What is the difference between C++ & Java?
Answer Posted / amit shingavi
1)C++ allow the concept of Multiplie Inheritance whereas
Java don't allow it.
2)C++ is not purely Object Oriented but Java is Purely
Object Oriented.
3)Java is more secured than C++.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Difference between current previous versions of Java?
How many types of string data types are there?
What are variable arguments or varargs?
What is class and object in java?
What is the main difference between java platform and other platforms?
What is the difference between notify and notifyall method?
What is core java called?
What is the base class of all exception classes in java?
What is method in java ?
What is exception propagation?
Is void a data type?
Which is easier .net or java?
Can long be null in java?
What is the main advantage of passing argument by reference?
List out five keywords related to exception handling ?