why java is most secure than other languages? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

why java is most secure than other languages?

java is independent programming language thats way java is has most secure over other programming languages

9th Feb 2018, 10:54 AM
Satish Reddy
1 Answer
0
Well, there are worse, but I wouldn't call Java secure. What you are probably referring to is that Java doesn't have free pointers, so you cannot access memory by hand. Java doesn't have null safety lines, lacks non-negative and non-empty types and makes Immutability a hassle.
9th Feb 2018, 12:53 PM
1of3
1of3 - avatar