Definition of Applet

Babylon English
applet
n. (Computers) small application designed to perform a very specific function; small Java application that can be sent to a user from a World Wide Web site and run within a Java-enabled Web browser

Search Dictionary:
Search Web Search Dictionary



Applet definition was found in categories: Computer & Internet(11)  Language, Idioms & Slang(2)  Science & Technology(1)  Business & Finance(1)  Encyclopedia(1)  

Applet Definition from Computer & Internet Dictionaries & Glossaries

FOLDOC
applet
<World-Wide Web> A Java program which can be distributed as an attachment in a World-Wide Web document and executed by a Java-enabled web browser such as Sun's HotJavaNetscape Navigator version 2.0, or Internet Explorer.
Navigator severely restricts the applet's file system and network access in order to prevent accidental or deliberate security violations. Full Java applications, which run outside of the browser, do not have these restrictions.
Web browsers can also be extended with plug-ins though these differ from applets in that they usually require manual installation and are platform-specific. Various other languages can now be embedded within HTML documents, the most common being JavaScript.
Despite Java's aim to be a "write once, run anywhere" language, the difficulty of accomodating the variety of browsers in use on the Internet has led many to abandon client-side processing in favour of server-side Java programs for which the term servlet was coined.
Merriam Webster "Collegiate Edition" gives a 1990 definition: a short application program especially for performing a simple specific task.
(2002-07-12)

A Glossary of Internet & PC Terminology
Applet
An applet is a very small program written in the Java programming Language that can only be used as part of a Web Page . The Browser you are using must be capable of running Java Applets. They are used to bring a Web page to Life.

Smart Card Terms
Applet
A compact program that can be downloaded quickly and used by a remote computing device. Applets are not allowed to access certain resources on the remote device. See JavaJava Card

WebGuest Web Glossary
Applet
Small (Java  )program embedded in an HTML  page. When you access that Web page , the browser downloads the applet and runs it on your computer. For security reasons applets cannot read or write data onto your computer. The applet can only be executed if your browser supports Java.

Internet Glossary
Applet
A small Java program that can be embedded in an HTML page. Applets differ from full-fledged Java applications in that they are not allowed to access certain resources on the local computer, such as files and serial devices (modems, printers, etc.), and are prohibited from communicating with most other computers across a network. The current rule is that an applet can only make an Internet connection to the computer from which the applet was sent.

JDK Doc(JAVA)
Applet
- class java.applet..Applet 
public class Applet extends Panel 
Tree:java.lang.Object - java.awt.Component - java.awt.Container - java.awt.Panel - java.applet.Applet
An applet is a small program that is intended not to be run on its own, but rather to be embedded inside another application.

Applet()
- Constructor for class java.applet.Applet 
public Applet ()

JAVA (2EE-ENglos) ACRONIMS
applet
A component that typically executes in a web browser, but can execute in a variety of other applications or devices that support the applet programming model.

Website design & Internet terms
Applet
A small program written in a language like Java (ie. a Java-Applet) which can be inserted into a web page to provide extended functionality.

INTERNET TERMS&ACRONYMSV1.0
APPLET
A multimedia application written or embedded in Java language such as animation or sound,that can be downloaded over a network,, executed by browser software and lounched on the user’s computer.

Noman's Java(TM) Glossary
applet
A component that typically executes in a Web browser, but can execute in a variety of other applications or devices that support the applet programming model.

Glossary of Computer and Internet Terms
Applet
This a Java program that can be "embedded" in a web page. The difference between a standard Java application and a Java applet is that applets can't access system resources on the local computer. This means system files and serial devices (modems, printers, scanners, etc.) cannot be called or used by the applet. This is for security reasons -- nobody wants their system wiped out by a malicious Applet on some wacko's web site. Applets have helped make the web more dynamic and functional as well as giving an helpful boost to the Java programming language.


Applet Definition from Language, Idioms & Slang Dictionaries & Glossaries

WordNet 2.0
applet

Noun
1. a Java application; an application program that uses the client's web browser to provide a user interface
(hypernym) application, application program, applications programme

hEnglish - advanced version
applet

applet
n : a java application; an application program that uses the client's web browser to provide a user interface



Applet Definition from Science & Technology Dictionaries & Glossaries

ETSI and 3GPP
Applet
A small program that is intended not to be run on its own, but rather to be embedded inside another application


Applet Definition from Business & Finance Dictionaries & Glossaries

Internet PR glossary
applet
A computer program written in Java designed to run from a Web page or independently over the Internet. See also Java.


Applet Definition from Encyclopedia Dictionaries & Glossaries

Wikipedia English - The Free Encyclopedia
Applet
An applet is a software component that runs in the context of another program, for example a web browser. An applet usually performs a very narrow function that has no independent use. Hence, it is an application -let. The term was introduced in AppleScript in 1993. An applet is distinguished from "subroutine" by several features. First, it executes only on the "client" platform environment of a system, as contrasted from "servlet." As such, an applet provides functionality or performance beyond the default capabilities of its container (the browser). Also, in contrast with a subroutine, certain capabilities are restricted by the container. An applet is written in a language that is different from the scripting or HTML language which invokes it. The applet is written in a compiled language, while the scripting language of the container is an interpreted language, hence the greater performance or functionality of the applet. Unlike a "subroutine," a complete web component can be implemented as an applet.

See more at Wikipedia.org...