Posts: 409 / Nickname: bv / Registered: January 17, 2002 4:28 PM
The Security Manager
October 1, 1997 8:34 AM
|
This article turns to one aspect of Java's security model: the security manager of the Java virtual machine (JVM). The security manager, working in concert with the Java API, enables programmers to establish a custom security policy for their Java applications.
Read this Artima.com article: http://www.artima.com/underthehood/securitymanager.html |