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
Java is Pass by Value or Pass by Reference?
What is the size of int in 64-bit jvm?
Is multiple inheritance supported by java?
What is illegal identifier in java?
how we can create packages in java?
Is 64bit faster than 32 bit?
Can a class have multiple constructors?
Can we override constructor?
What is the difference between static and global variables and also define what are volatile variables?
What is unicode with example?
Difference between ‘>>’ and ‘>>>’ operators in java?
What is the platform?
What is the type of lambda expression?
What is method overloading in java ?
Explain covariant method overriding in java.