Technical Discussion :: C++
Home > Technical Interview Q&A > C++ > Discussion
10 / 187
What are the major Differences between JAVA and C++ ?
Answer:
1. C supports pointers, Java doesn't.
2. Multiple inheritence is supported in C but not in Java.
3. Java has built-in support for threads whereas C doesn't have built-in support for threads.
4. No destructors in Java but C has them.
5. C supports both method and operator overloading, Java only supports method overloading.
Asked In ::

Varun Kumar Rai
23 Feb, 2019 5:07 AM
1. C supports pointers, Java doesn't.
2. Multiple inheritence is supported in C but not in Java.
3. Java has built-in support for threads whereas C doesn't have built-in support for threads.
4. No destructors in Java but C has them.
5. C supports both method and operator overloading, Java only supports method overloading.