What is the difference between C++ & Java?
Answer Posted / rohit
Java is a plate form independent Language but c++ is not.
Java doesn't support multiple inheritance but C++ do.
Java is more secure and robust than c++.
| Is This Answer Correct ? | 60 Yes | 7 No |
Post New Answer View All Answers
What is javac used for?
What is java literals?
What is bytecode verifier?
Is main is a keyword?
What is dynamic binding(late binding)?
What does @param args mean in java?
Why you should not use singleton?
Can we have multiple catch block for a try block?
why are there separate wait and sleep methods? : Java thread
What is the purpose of object oriented programming?
List out five keywords related to exception handling ?
What is flush buffer?
What is the platform?
What is the difference between throw and throws in java?
What are the 4 versions of java?