Java 2 Network Security
nothing but displays a button. If you push the button, the applet attempts to
get a PrintJob object, which results in initiating a print operation on the
toolkit's platform.
default considered untrusted. In JDK 1.1, the remote applet should have been
signed and the signature considered as trusted. However, once granted the
permission to access your system resources, that applet could do everything
a local code would be allowed to do, not only print to a printer. The
fine-grained access control implemented by the Java 2 security model gives
you the possibility to grant only the permission to print (since this is the only
permission this applet requires) and only to the code you trust.
following one: