What is more powerful between java and c++. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

What is more powerful between java and c++.

15th May 2017, 6:59 PM
ThisIsRoot
ThisIsRoot - avatar
6 Answers
+ 18
I will answer you with another question Which language is better, French or English?
15th May 2017, 9:37 PM
Gami
Gami - avatar
+ 15
Ace (a very experienced programmer) wrote a thread about your question (I agree with him), hope it helps: https://www.sololearn.com/Discuss/280672/?ref=app
15th May 2017, 9:57 PM
Pao
Pao - avatar
+ 5
actually c++ is more powerful in the way that it grants the programmer more power, because you can use pointers etc that's why it is used for heavy graphical games, because it is fast and efficient. Java on the other side is simpler but also known for its sluggishness
15th May 2017, 10:34 PM
‎ɐısıօլɐ
‎ɐısıօլɐ - avatar
+ 4
In terms of performance and control, c++ is more powerful. You can do inline assembly, manage all your memory, use raw pointers, use C functions and C code directly, and your code is directly compiled to native machine code rather than interpreted like Java
16th May 2017, 12:34 AM
aklex
aklex - avatar
+ 3
Don't correct compared. It's two different languages ​​that can not be compared. Each has its own important task.
15th May 2017, 7:31 PM
Mr. Nobody
Mr. Nobody - avatar
+ 1
Thank u all😘
14th Jun 2017, 10:20 PM
ThisIsRoot
ThisIsRoot - avatar