What is the difference between C++ & Java?
Answer Posted / surajit mishra
c++ is advanced version of c. so,it has procedure oriented
concept also it has object oriented concept but java has
truely object oriented concept.
Another difference is java is platform independent means it
can be accepted by any type of operating system but c++ is
not platform independent.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain the pointers in Java?
How java enabled high performance?
Which class is the superclass of all classes?
What is a JAR file?
What are different types of arrays?
What happens if a constructor is declared private?
What are benefits of java?
What is increment in java?
How do you use compareto?
What is abstract class constructor called?
Difference between error and exception
Explain a few methods of overloading best practices in java?
What are abstract methods in java?
How to overcome the exception object reference not set to an instance of object?
Is array dynamic in java?