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
How do constructors use this() and super()?
What is primitive array?
What is an off by one error in java?
Explain the difference between arraylist and linkedlist in java?
Is an integer an object?
What is string example?
What is final variable?
What is a variable analysis?
What is the difference between the paint() and repaint() methods in java programming?
Can I use % with real numbers?
When we serialize an object does the serialization mechanism saves its references too?
Difference between static synchronization vs. Instance synchronization?
Why heap memory is called heap?
Can we assign the reference to this variable?
How can we make sure main() is the last thread to finish in java program?