★ wanayoo — archive 1999 http://javaboutique.webdeveloper.com/how_to/glossary.htmlNouvelle recherche | Portail wanayoo
internet.com logo The Java Boutique Free Web Developer Info!
 APPLETS
by Category
by Date
by Name
Hall of Fame
Archive
Submit
Source Code
Servlets
 ARTICLES
Tutorials
Reviews
Glossary
 FORUM
FAQ
Users Poll
Discussion Group
Contact Us
 OTHER RESOURCES
Custom Applets
Java@Work
Java News
Jini Watch
Top Searches
chat - counter
menu - password

internet.com
:Internet News
:Internet Stocks
:Internet Technology
:Web Developer
:Internet Marketing
:ISP
:Downloads
:Internet Resources
:International

:Search internet.com
:Advertising Info
:Corporate Info
:Internet Trade Shows

internet.
commerce
: Be an Affiliate
: Be a Partner
: Software Store
: Computer Help
: Register a Domain
: Be Domain Registrar
: e-solutions
: Internet Jobs
: A/V Network
: Map Your Website
: Rent E-mail Lists
: Bookstore
: Press Release dist.
: Sell Ad Space
: Internet Research
: Venture Capital
: Web Publishing
: Build Your Intranet
: Expert Advice
: Get e-Biz Intell.
: Content for Websites

WebDeveloper Network
BrowserWatch
Developer Forums
Developer News
JavaBoutique
JavaScriptSource
ScriptSearch
SearchEngineWatch
StreamingMediaWorld
The WDVL
WebDeveloper.com
WebDevelopersJournal WebReference.com
The XML Files

Free Internet Technology info! Java Glossary
SIGN UP FREE Free Newsletter!  
Sign up for the free weekly JNews newsletter to stay informed about the latest Java applets, industry news, and developer trends.

Download of the Week
LaxmiNarayana Kota presents this popular applet, Morph, which morphs between any number of images.
The JavaBoutique Top 15:
1. SlideShowApplet
2. redbugs
3. JulianCode
4. Rocks2
5. Blink
6. mmtommygunmessage
7. espion
8. GravSim
9. cuppatoc
10. goldfish
11. TalkImage
12. tmail
13. linx
14. ccalendar
15. ShootingGallery
Want more? Check out our Top 100!

Applet Categories
Chat and Email
Java Applications
Educational
Audio
Games
Utilities
Visual
Text
Navigation Menus

New on internet.com

WebRamp 200Fx
Device attaches to fax machines and allows faxes to be sent as E-Mail attachments or to other WebRamp enabled fax machines via the Web.

Banner Ads Luring Shoppers
Often maligned and usually ignored, banner ads are doing a better job at bringing Web shoppers to the store than those pricey television ads or radio spots, according to Andersen Consulting. But is the creative that's being used missing the mark?

New Paradigm for Internet Service
A group of private citizens in Utah, frustrated by the lack of available broadband Internet service cooked up the idea of a "Neighborhood Area Network," stringing cable around the community and hooking it up to a fiber backbone. Users in AirSwitch's NAN get the Net at 10 or 100 Mbps for about the same price you spend on 56K dialup.

Microprocessor Comparison Chart
A cut-to-the-chase guide that compares and contrasts important features found on popular processing chips.

Articles:

Glossary

Below are the words or phrases you are most likely to encounter during your travels on the Java Boutique. Definitions are kindly provided by Webopedia. For additional information, click on the term to be taken to the Webopedia's complete definition. If you know of other words you'd like to see included, drop us a line!

100% pure Java
Sun Microsystems created the "100 percent pure Java" campaign, and certifies applications written totally in Java code, meaning that the applets or applications will run in all systems equipped with a Java Virtual Machine, not just in Microsoft Windows environments.

applet
A program designed to be executed from within another application. Unlike an application, applets cannot be executed directly from the operating system.

application
A program or group of programs designed for end users.

AWT
Short for Abstract Windows Toolkit, the Java API that enables programmers to develop Java applications with GUI components, such as windows, buttons, and scroll bars.

browser
Short for Web browser, a software application used to locate and display Web pages. The two most popular browsers are Netscape Navigator and Microsoft Internet Explorer.

class
In object-oriented programming, a category of objects, or the applet file itself. For example, there might be a class called shape that contains objects which are circles, rectangles, and triangles.

compile
To transform a program written in a high-level programming language from source code into object code. Programmers write programs in a form called source code. Source code must go through several steps before it becomes an executable program. The first step is to pass the source code through a compiler, which translates the high-level language instructions into object code.

cut
To remove an object from a document and place it in a buffer. In word processing, for example, cut means to move a section of text from a document to a temporary buffer; Control-C

HTML
Short for HyperText Markup Language, the authoring language used to create documents on the World Wide Web.

IDE
A programming environment integrated into an application. For example, Microsoft Office applications support various versions of the BASIC programming language.

JAR
Short for Java Archive, a file format used to bundle all components required by a Java applet. JAR files simplify the downloading of applets since all the components (.class files, images, sounds, etc.) can be packaged into a single file.

java
A high-level programming language developed by Sun Microsystems. Java is an object-oriented language similar to C++, but simplified to eliminate language features that cause common programming errors.

javabean
A specification developed by Sun Microsystems that defines how Java objects interact. An object that conforms to this specification is called a JavaBean.

javascript
A scripting language developed by Netscape to enable Web authors to design interactive sites. Although it shares many of the features and structures of the full Java language, it was developed independently.

JDBC
Short for Java Database Connectivity, a Java API that enables Java programs to execute SQL statements. This allows Java programs to interact with any SQL-compliant database.

JDK
Short for Java Development Kit, a software development kit (SDK) for producing Java programs.

JIT
Short for just-in-time compiler, a code generator that converts Java bytecode into machine language instructions.

Jini
Jini is defined as an infrastructure and programming model which allow devices to connect with each other to create an instant "community." Jini technology enables devices to work with each other, so users can create their own personal networks or communities no matter where they are located. Access your appliances at home or the office, or connect to your network while you're the road.

JVM
A self-contained operating environment that behaves as if it is a separate computer. For example, Java applets run in a Java virtual machine (JVM) that has no access to the host operating system.

Object Oriented
A type of programming in which programmers define not only the data type of a data structure, but also the types of operations (functions) that can be applied to the data structure.

page
Short for Web page.

parameter
Characteristic. For example, specifying parameters means defining the characteristics of something. In general, parameters are used to customize a program. For example, filenames, page lengths, and font specifications could all be considered parameters.

paste
To copy an object from a buffer (or clipboard) to a file. In word processing, blocks of text are moved from one place to another by cutting and pasting.

program
An organized list of instructions that, when executed, causes the computer to behave in a predetermined manner.

servlet
An applet that runs on a server. The term usually refers to a Java applet that runs within a Web server environment. This is analogous to a Java applet that runs within a Web browser environment.

shareware
Software distributed on the basis of an honor system. Most shareware is delivered free of charge, but the author usually requests that you pay a small fee if you like the program and use it regularly.

web
A system of Internet servers that support specially formatted documents. The documents are formatted in a language called HTML (HyperText Markup Language) that supports links to other documents, as well as graphics, audio, and video files.


Applet Index
(sorted alphabetically)

A B C D E F G H I J K
L M N O P Q R S T U
V W X Y Z #s
The Java Source
(applets w/source code)

A B C D E F G H I J K
L M N O P Q R S T U
V W X Y Z

Find out about becoming a Java Boutique sponsor.

Web Marketers' Online Facts

Copyright 1999 internet.com Corporation
All Rights Reserved. Legal Notices.