How does Java ensure security in applications?
The question is about Java
Answer:
A number of built-in features ensure security in Java, including: it uses Java Security Manager, which controls at runtime the actions that can be taken by an application; bytecode verification checks whether the code is legal and doesn’t violate access rights to objects. Strong standard libraries offer secure APIs for encryption, authentication, and secure communication, and hence are trusted for securely developing applications.