Definitions for "Java Applets"
Programs written in the Java programming language that can be included in an HTML page, much in the same way an image is included. When you use a Java technology-enabled browser to view a page that contains an applet, the applet's code is transferred to the visitors system and executed by the browser's Java Virtual Machine.
Binary files downloaded to a file and executed by a browser.
An applet is a program written in the Java programming language that can be included in a web page. When a Java enabled web browser views a page containing an applet, the code is executed by the Java Virtual Machine (JVM). See also " Web Browser", " Java", " ActiveX controls", " JavaScript", " Client-Side Scripting".