JAVA Security Architecture

We discuss the Java security characteristic. The ‘sandbox’mechanism is Java's major security concerns. It efficiently prevents the actions required to spread a virus or steal information. The Java security model can be described as a ‘three pronged’. It is made of the Class Loader, the Class Verifier and the Security Manager.