Why java is more secure than c & c++ ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Why java is more secure than c & c++ ?

write at least 2 points....

14th Jan 2018, 11:49 AM
Chaudhary Imran Sohrab
Chaudhary Imran Sohrab - avatar
5 Answers
+ 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
14th Jan 2018, 1:45 PM
Paul
Paul - avatar
+ 1
In which aspect? Because Java has had its Zero-day, which I have not heard with C and C++ so far
14th Jan 2018, 12:16 PM
Mickel
Mickel - avatar
+ 1
Java - Automatic garbage collection. C++ - Manual memory management. I don't have 2 more points...
14th Jan 2018, 12:26 PM
Cain Eviatar
Cain Eviatar - avatar
+ 1
Largely because Java doesn't let you use insecure things like pointers
28th Feb 2018, 5:23 PM
DeleteThisAccount
- 1
Strong Type Checking and In Java every program runs inside sandbox (java's security model)
14th Jan 2018, 2:42 PM
Shubham Dalal
Shubham Dalal - avatar