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
What are loops in java?
What are the characteristics of java?
What is the platform?
What do you mean by inner class in java?
What about features of local inner class?
What is the structure of java?
explain the concept of virtual method invocation in polymorphism in detail?
Explain numeric promotion?
What is a arraylist in java?
Can I declare a class as private?
What is return in java?
Is it possible to use string in the switch case?
what is the difference between yielding and sleeping? : Java thread
What is the output of the below java program?
What is meant by design patterns?