Java
Programming and Technical
Programming
Program
What is the difference between java
and c++?
Read Solution (Total 6)
-
- 1.java is platform independent where c++ is not platform independent.
2.java supports method overloading where as c++ supports method overloading and operator 0verriding.
3.java does not support multiple inheritance where as it supports multiple inheritance. - 10 years agoHelpfull: Yes(3) No(0)
- C++ supports operator overloading java does not
C++ supports multiple inheritance but java supports multiple inheritance through interfaces.
C++ is not platform independent but java is platform independent - 9 years agoHelpfull: Yes(2) No(0)
- object is created using key word "new" in JAVA.
But not in c++.
- 10 years agoHelpfull: Yes(1) No(2)
- C++ supports whereas java doesn't support pointers...
- 9 years agoHelpfull: Yes(1) No(0)
- java is pure object oriented programming language where c++ is partial object oriented programming language..
- 9 years agoHelpfull: Yes(0) No(0)
- in oops part...
for java need jvm - 8 years agoHelpfull: Yes(0) No(0)
Java Other Question