What is the difference between C++ & Java?
Answer Posted / manoj ku. mallick
c++ is advance version of c language .
c++ is a language where as we treat java as a technology
not just as a language.
the main differences between two are given
1.purely object oriented.
2.java is simple(it doesnot use pointer)
3.java is secure.
4.it doesnt support multiple inheritance
5.interface concept which play a vital role in java.
6.multithreading concept also play a vital role.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Is hashset sorted in java?
Is it necessary that each try block must be followed by a catch block?
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?
What is the use of set in java?
What is meant by class loader? How many types are there?
Can java cast null?
Can you make a constructor final?
What is consumer in java?
Can we declare main () method as non static?
What does int [] mean in java?
How can you say java is object oriented?
List primitive java types?
What is a loop java?
Differentiate between == and equals().
Is it possible to override private or static method in java?