+ 4
Which is better Java or C++?
which is useful and tough.
7 Respostas
+ 10
Depends upon the requirements and situations. Java is built for application programming on the other hand C++ is built for system programming.
If you want to write a Compiler or a device driver or network driver or a game better you choose C++. If you want to build any MIS (Management Information System) or some GUI application or a text editor you should select Java.
From Java you can not access memory registers unlike C++ (pointers).
You can not write a functional programme using Java. You need class and object for that.
You have to target platform specific code in C++ rather than platform independent code in Java.
+ 3
c ++ is the best
+ 1
As both run on OOP system so they are likely to be same but it depends upon u what type of work u want to perform with them
to design apk opt for java
or to work for the preprocessor prefer C++
+ 1
C++ is faster and more powerful
Java limits the developer and is unnessesarily verbose
0
java
0
java is most better then c++ because most complexes are removed from the java so java is better
- 1
how ur sure?