Join us on IRC: #infoanarchy on irc.oftc.net — channel blog
Java Applet
From iA wiki
See also: Java
A Java applet is a small java program that generally runs inside a web browser. The Java applets must adhere to security restraints set forth by the browser and run in a "sandbox", which protects the operating environment from malicious code.
Java applets have many wide-spread uses, including games, interative advertisements, stock tickers, etc.
- Applet Index - Sun's Java Applet Index

