+ 4
Why java is more secure than c & c++ ?
write at least 2 points....
5 ответов
+ 2
I don't think java is very secure. Take a look at the list of security issues: https://www.oracle.com/technetwork/topics/security/alerts-086861.html
+ 1
In which aspect? Because Java has had its Zero-day, which I have not heard with C and C++ so far
+ 1
Java - Automatic garbage collection.
C++ - Manual memory management.
I don't have 2 more points...
+ 1
Largely because Java doesn't let you use insecure things like pointers
- 1
Strong Type Checking
and
In Java every program runs inside sandbox (java's security model)