What are Applets

Applets are relatives of Components and Containers... (Applet extends Panel)

Applications which run in a browser and whose operations are restricted by the browser's security manager

Don't have a main() method (although you can write one and make the program runnable both as an applet an as an application).

Should implement at least one of init(), start() or paint() methods.

Next slide