0 votes
in JAVA by
Why is Java Secure?

1 Answer

0 votes
by

Why is Java Secure?

Java does not allow pointers. Pointers give access to actual locations of variables in a system. Also, java programs are bytecode executables that can run only in a JVM. Hence java programs do not have access to the host systems on which they are executing, making it more secure. Java has its own memory management system, which adds to the security feature as well.

Related questions

+1 vote
asked May 2, 2021 in JAVA by sharadyadav1986
+1 vote
asked Dec 7, 2020 in JAVA by SakshiSharma
...