n. Computer Science
An application that has limited features, requires limited memory resources, and is usually portable between operating systems.
[APPL(ICATION) + -ET.]
Dictionary:
ap·plet (ăp'lĭt)
|
[APPL(ICATION) + -ET.]
Related Videos:
applets |
Business Dictionary:
Applet |
WordNet:
applet |
The noun has one meaning:
Meaning #1:
a Java application; an application program that uses the client's web browser to provide a user interface
Wikipedia:
Applet |
|
|
This article may contain original research. Please improve it by verifying the claims made and adding references. Statements consisting only of original research may be removed. More details may be available on the talk page. (June 2009) |
An applet is any small application that performs one specific task; sometimes running within the context a larger program perhaps as a plugin.[1][2] However, the term typically also refers to programs written in the Java programming language which are included in an HTML page. The word Applet originally comes from the application AppleScript.[citation needed]
|
Contents
|
Some applets are able to function as any other normal software application (provided they are hosted by an operating system), but are small in size and perform only a small set of tasks. Examples of applications often classified as applets are all of the Accessories in Microsoft Windows (such as Windows Notepad or Microsoft Paint).Applets are not full featured application programs.[2]
In some cases, an applet does not run independently. Such applets must run in a container, which is provided by a host program, through a plugin, or a variety of other applications including mobile devices that support the applet programming model. Applets are usually included by using the statement import java.applet.Applet[citation needed]
Examples of Web-based Applets include:
A larger application distinguishes its applets through several features:[citation needed]
Java Applets are used to provide interactive features to web applications that cannot be provided by HTML. Since Java's bytecode is platform independent, Java applets can be executed by browsers for many platforms, including Windows, Unix, Mac OS and Linux. When a Java technology-enabled web browser views a page that contains an applet, the applet's code is transferred to the clients system and executed by the browser's Java Virtual Machine (JVM).[3] An applet is referenced in a HTML page via the (now deprecated) <APPLET> tag. The <APPLET> tag has been replaced by the <OBJECT> tag.[4]
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
| Java Card (technology) | |
| Java (computer science) | |
| JBuilder (technology) |
| How do you debug applet? Read answer... | |
| What is the difference local applet and remote applet? Read answer... | |
| What is Lavatron applet? Read answer... |
| What is applets calculators? | |
| Types of applet? | |
| What is laventrom applet? |
Copyrights:
![]() | Dictionary. The American Heritage® Dictionary of the English Language, Fourth Edition Copyright © 2007, 2000 by Houghton Mifflin Company. Updated in 2009. Published by Houghton Mifflin Company. All rights reserved. Read more | |
![]() | Business Dictionary. Dictionary of Business Terms. Copyright © 2000 by Barron's Educational Series, Inc. All rights reserved. Read more | |
![]() | WordNet. WordNet 1.7.1 Copyright © 2001 by Princeton University. All rights reserved. Read more | |
![]() | Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Applet". Read more |
Mentioned in