What is the difference between C++ & Java?
Answer Posted / r.lakshana
C++ is the advanced version of c i.e.C with Classes whereas
Java is the platform independent as it works on any type of
operating systems.
| Is This Answer Correct ? | 642 Yes | 69 No |
Post New Answer View All Answers
Can we write class inside a class in java?
Difference between throw and throws?
What is the difference between java applets and applications?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
What do u mean by variable?
How to display names of all components in a Container?
Break statement can be used as labels in java?
What are jee technologies?
What is double parsedouble in java?
What is the memory leak in java?
Explain the private protected method modifier?
How many types of classes are there in java?
Can we convert integer to string in java?
What is field name?
What is collection api?