Pourquoi Java est sécurisé

Java is the most popular object-oriented programming language. 
It provides a variety of salient features that are preferred by the developers.
It is the reason that a billion of devices runs on Java.
In this section, we are going to discuss why Java is secure.

Java is secure due to the following reasons:

Java programs run inside a virtual machine which is known as a sandbox.
Java does not support explicit pointer.
Byte-code verifier checks the code fragments for illegal code that can violate access right to object.
It provides java.security package implements explicit security.
It provides library level safety.
Run-time security check takes place when we load new code.
Eye Candy