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
1 ответ
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.