I have found this article about "Examine the core APIs and classes that make up the Java security architecture" by Brian Maso and would like to share with you all. Please find it at Java 2 Security
Nicholas Cheung
Ranch Hand
Joined: Nov 07, 2003
Posts: 4982
posted
0
I have read this article some time ago. The focus of the article is about the security with Java 2 Virtual Machine. It talks about how JVM handles multi-thread, disk resources, etc, as well as how the SecurityManager works with the policy file. It is quite useful to understand how JVM cater for the security issues. Nick