Secured

Java is a secured programming language because it doesn’t use Explicit pointers. Also, Java programs run inside the virtual machine sandbox. JRE also provides a classloader, which is used to load the class into JVM dynamically. It separates the class packages of the local file system from the ones that are being imported from the network.


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *