Technology News, Online Income, Gadgets, Reviews

Technology News, Gadgets and Reviews

Translate

Breaking

Total Pageviews

Tuesday, January 10, 2023

Java Features (Secure)

 Java Is Secure

With Java's secure feature it enables to develop virus-free, tamper-free systems. Authentication techniques are based on public-key encryption.

Java is best known for its security. With Java, we can develop virus-free systems. Java is secured because:

  • Java Programs run inside a virtual machine sandbox
  • Classloader: Class loader in Java is a part of the Java Runtime Environment (JRE) which is used to load Java classes into the Java Virtual Machine dynamically. 
  • Bytecode Verifier: It checks the code fragments for illegal code that can violate access rights to objects.
  • Security Manager: It determines what resources a class can access such as reading and writing to the local disk.

No comments:

Post a Comment