What is the difference between C++ & Java?

Answer Posted / salim farooqui

difference b/w java and c++
java is a true object oriented language while c++ is a
object oriented language

java does not support operator overloading.

java provides the multithreading capability.

Is This Answer Correct ?    20 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is array length in java?

521


how come we know the object is no more used in the class?

5393


What are recursive functions?

568


Is null an object java?

528


How the interruptible method gets implemented?

548






Can this keyword be used to refer static members?

540


what is nested class in java?

595


What is oop in java?

517


If a class is declared without any access modifiers, where can the class be accessed?

588


I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?

563


Explain about instanceof operator in java?

598


How to write custom exception in java?

593


What does the @override annotation do?

551


Which containers use a flowlayout as their default layout in java programming?

499


What are the advantages of passing this into a method instead of the current class object itself?

1159