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
Explain different ways of creating a thread?
What is the declaration statement?
What string is utf8?
Differentiate between class and structure.
What is object in java?
Explain the use of sublass in a java program?
Can a constructor be protected?
What is the relationship difference the canvas class and the graphics class?
What is difference between final and immutable?
Can java arraylist hold different types?
What are packages in java?
Can you declare a private method as static?
What do you understand by soft reference?
what is the difference between yielding and sleeping? : Java thread
What is the purpose of the finally clause of a try-catch-finally statement in java programming?