esuslogo
 [To advertise Java(tm) Events here, contact joris@esus.com!]
banner

Java™
by example!






New @ Esus.com


  gb  In-house search engine for better results!

  gb  Get updates with the esus.com
newsletter!









  Home 
 Browse Categories 
 Ask a Java Question 
 Help 
  For Java Tips & Tricks, subscribe to the esus.com newsletter!
Search Java Q&A, Links, API's:   adv 

What is a SandBox?
The security sandbox was introduced in JDK1.0 as a way to prevent Applets to do something nasty to a user's machine. JDK1.0 Applets cannot access the hard drive or can only make network connections to the host where the applet resides. A serious limitation! Since JDK1.1, Applets can be digitally signed, giving it more capabilities. The idea is that if an applet is not trusted it will not be able to perform any malicious activities. If it is trusted, the user is asked to decide to grant access to all resources or none, an all-or-nothing kinda choice. JDK1.2 security is based on fine-grained control, allowing you to specify that a certain Applet that is signed by a certain person is able to perform a certain operation.


Further Information
Author of answer: Joris Van den Bogaert

Comments to this answer are only viewable by members. Login or become a member!





Terms of Service | Privacy Policy | Contact

Copyright © 2000-2003 Esus.com - All Rights Reserved 
Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. Esus.com is independent of Sun Microsystems, Inc. All other trademarks are the sole property of their respective owners.