Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q4005 Can an applet write to a clients hard disk?

irt.org | Knowledge Base | Java | Q4005 [ previous next ]

Q4005 Can an applet write to a clients hard disk?

Unless an applet class is loaded by the primordial classloader or is signed it is considered as foreign. By default, the security manager prevents foreign code doing anything that is considered sensitive, such as reading or writing files. In other words an applet cannot write to the clients hard disk unless client allows it.

(The primordial classloader is the built-in classloader that only loads classes from CLASSPATH value, and only from the local file system.)


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.