What does applet mean?
An applet is a small application program designed to run inside a larger host environment — typically a web browser — rather than operating as a standalone piece of software. The name is a blend of 'application' and the diminutive suffix '-let', signalling its status as a miniature application. Applets became widely known through Java applets, which allowed developers to embed interactive content such as animations, games, and data visualisations directly into web pages during the late 1990s and 2000s. Because they ran in a sandboxed environment, applets offered a measure of security while still delivering rich functionality. The term carries a distinctly technical register and is rarely encountered outside computing contexts. With modern browsers phasing out support for plug-in-based content, the word has taken on a slightly nostalgic quality, though it remains useful vocabulary for anyone studying the history of web technology or working with legacy systems.
nounA small application program, especially one that runs within a web browser or another host application rather than as a standalone program.
- A small application program that runs within a web browser or other host application, most famously a Java applet.
"The interactive chart on the page is rendered by a small Java applet that loads in the browser."
"Visitors to the site could manipulate a 3D model through a Java applet embedded in the page."
"The dashboard widget was implemented as a lightweight applet rather than a full desktop application."
Standard pluralisation; used when referring to multiple small embedded programs.
"Several applets loaded simultaneously, slowing down the older browser."
Applets were once everywhere on the web — until browsers pulled the plug, making this word a fossil of computing history.
Reviewed by Deb Chak, Editor. AI-assisted content curated by RJS Tech Solutions LLP.
Etymology of applet
The word 'applet' emerged in American English computing terminology in the early 1990s, formed by combining 'application' with the diminutive suffix '-let', which derives from French and indicates something small. It was popularised alongside the rise of the Java programming language, whose browser-embedded programs made the term familiar to a broad audience. The suffix '-let' appears in many other English words denoting small versions of things, such as 'booklet' and 'piglet'.
How applet is actually used
The term is strongly associated with Java applets of the late 1990s and 2000s; since major browsers removed support for them (Java applet support ended around 2015–2020), the word now has a somewhat dated, technical connotation. It remains in use for small embedded programs in some contexts.
Easily confused with applet
An application is a full standalone program, whereas an applet is a small auxiliary program designed to run inside a larger host such as a web browser.