+ 6
What is more powerful between java and c++.
7 Respuestas
+ 18
I will answer you with another question
Which language is better, French or English?
+ 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
+ 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
+ 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
+ 3
Don't correct compared.
It's two different languages that can not be compared. Each has its own important task.
+ 1
Thank u all😘