Web 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 your local computer, such as files and serial devices, and are restricted to accessing a limited set of other computers networked resources.
Related Terms: Java™