A
Java object used to set small applications inside web pages. The Applet class extends
Panel, that extends
Container, a sub class of
Component. This means you have all the standered component
methods.
Web browsers basically
interface with applets through the methods
init,
start,
paint,
stop and
destroy.