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 variable in java?
What is command line used for?
What does super keyword do?
Define how objects are stored in java?
What is a java predicate?
what is interface in java? Explain
Why do we need strings in java?
Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.
What is the difference between private & public & friendly classes?
Why are the destructors for base class and derived class called in reverse order when the program exits
What are the differences between include directive and include action?
What is supplier in java?
What are the advantages of java inner classes?
How to print an arraylist in java?
what is the difference between process and thread? : Java thread