All > Technology > Programming > Java
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.
- A J2EE 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.
Applets are Java programs based around the
Applet
orJApplet
classes. They are most closely associated with the ability to provide active content within Web pages. They have several features which distinguish them from ordinary Java graphical applications, such as their lack of a user-defined main method, and the security restrictions that limit their abilities to perform some normal tasks.- Browse Related Terms: applet, applet container, Application, home handle, IDL, iterator pattern, trusted applet
Also listed in: