Applet
- Applets must extend java.applet.Applet
- Applets have no main() method
- Applets are started and stopped by the browser
- Applets are downloaded from the Web and executed inside a browser
- Applets can't read or write to local file system
- Applets have nothing to install
|