Java High-Level Security
Code that is downloaded over the Net
is untrusted
The Java language runs untrusted code
in a trusted environment
The Security Manager keeps a watchful eye on untrusted code

Return to Tracks