The Applet ‘Sandbox’ Model
Applet code runs in 'sandbox’ within the VM, with significant restrictions on what it can do.
This is enforced by the SecurityManager class
Work-arounds for applet security restrictions include digitally signing code, servlettes, etc.
Applications can similarly invoke