What is the difference between C++ & Java?

Answer Posted / u gautami

java is case sensitive.
c++ is case insensitive.
java consists of applets where c++ does not contain.
In java source program is converted into byte code,
in c++ source program is converted into machine code.
java does not support over loading & c++ supports this over
loading concept.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Compare Mutex and Semaphore in java.

555


Describe string intern() methodology

592


What are green threads in java?

552


What are use cases?

558


Can singleton class be serialized?

511






What is blank final variable?

561


What does system out println () do?

553


Is string a wrapper class?

512


A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.

535


Why java is said to be pass-by-value ?

542


What is maximum size of arraylist in java?

490


Is it compulsory for a try block to be followed by a catch block in java for exception handling?

589


What is private static in java?

575


Explain the inheritance?

571


what are abstract functions?

557