Differentiate between Applet and Application

Back Up Next

 

Differentiate between Applet and Application
Applets and Application trade off between portability and security
Applets are portable code from anywhere, hence untrusted and highly restricted
Application are local, hence inherently trusted and loosely restricted
Later on, we'll turn our previous "Hello World" class into one that can be both an applet and application (with restrictions)