A|B|C|D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R|S|T|U|V|W|X|Y|Z

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™