What is the difference between C++ & Java?
Answer Posted / dilip chaudhary
The main difference between c++ and java is that java is a
platform independent i.e. write once and run any where,but
c++ doesn't.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What best practices should you follow while writing multithreaded code in java?
Is java owned by oracle?
Why parsing is done?
How use .contains in java?
How to instantiate static nested classes in java?
Can we create our own wrapper class in java?
What does java ide mean?
Can we create a class inside a class in java?
What kind of variables can a class consist?
Why does java not support operator overloading?
What is the difference between member variables initialization and assignment in a constructor?
What is a line separator in java?
What is collection class in java? List down its methods and interfaces.
Is nullpointerexception checked or unchecked?
What occurs when an object is constructed?