December 8, 2008 06:30 PM EST
An applet, a Java program that runs in a browser, often has to access the
client resources. However, the security manager prevents an applet from
accessing client resources. To access client resources, the applet has to
have the proper permission. With this permission the applet ... (more)