What make java better than C++ or C++ better than java ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What make java better than C++ or C++ better than java ?

--

25th Mar 2017, 6:03 PM
Kyrillos Akram
Kyrillos Akram - avatar
3 Answers
+ 2
C++ You as developer have the controll when an object will be destroied. Overloading of operators. Should be faster since it will be comiled in machine code. No anoying garbage collector pauses. Ability of multiple inheritance. Java State of the art language (for me). Platform independent. A very big Framework. Good server language, means a lot of web frameworks. Easy to learn, well comparing to C++. Absence of multiple inheritance. For me Java is the numbers one, but might change in future.
25th Mar 2017, 8:14 PM
Thomas Zenglein
Thomas Zenglein - avatar
+ 1
platform independence and garbage collection as plus points for Java. speed speed speed and total controll for c++.
25th Mar 2017, 6:31 PM
Thomas Zenglein
Thomas Zenglein - avatar
+ 1
if it possible more in details and thank you
25th Mar 2017, 7:44 PM
Kyrillos Akram
Kyrillos Akram - avatar