Applications v. Applets
Differ in:
- They way they are run
- Applications have a main() method
- Their privileges: by default applets are not allowed to
- Read or write your files (by default)
- Make connections to local hosts
- Start programs on your system
- What they inherit from
- applets inherit from Applet