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
If two threads have same priority which thread will be executed first ?
What is private public protected in java?
What do you mean by singleton class in java?
What is the difference between jfc & wfc?
What is an array length?
What is a java string?
What are the basic concepts of OOPS in java?
What are the three parts of a lambda expression? What is the type of lambda expression?
How much is a java license?
Can Exception handling we can handle multiple catch blocks?
Explain about java sdk?
How do you delete a list in java?
What is object english?
Explain creating threads by implementing runnable class?
What is the difference between comparison done by equals method and == operator?