FAQ
Java FAQApplet Security FAQ
This resource has Applet Security Frequently asked questions. Here are few topcis you will find the FAQs with detailed answers.
rnWhat are applets prevented from doing?
Can applets read or write files?
How do I let an applet read a file?
How do I let an applet write a file?
What system properties can be read by applets, and how?
How do I hide system properties that applets are allowed to read by default?
How can I allow applets to read system properties that they aren't allowed to read by default?
How can an applet open a network connection to a computer on the inteet?
How can an applet open a network connection to its originating host?
How can an applet maintain persistent state?
Can an applet start another program running on the client?
What features of the Java language help people build secure applets?
What is the difference between applets loaded over the net, and applets loaded via the file system?
What's the applet class loader, and what does it buy me?
What's the applet security manager, and what does it buy me?
Is there a summary of applet capabilities?
If other languages are compiled to Java bytecodes, how does that affect the applet security model?
Sponsored Links
