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
Explain the public class modifier?
What is java lang object?
Why are lists ordered in java?
What is a string what operation can be performed out with the help of a string?
What is array in java?
What is the transient keyword?
What is empty list in java?
what is thread? : Java thread
What is type safety in java?
What does arrays sort do in java?
What does the three dot emoji mean?
What does method mean?
what is the swingutilities.invokelater(runnable) method for? : Java thread
os is developed in c no java is more secured then c na why dont the os developed is developed using java
What is currentthread()?