Answer Posted / ruchi
In c++,there is destructor but in java there is no
destructor.
c++ programs are faster than java programs.
c++ supports multiple inheritance whereas java does not.
in c++ , we can write programs without classes but in java
we have to use classes .
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Is jdk required on each machine to run a java program?
Why is the main method declared static?
What is difference between java and java ee?
What is the function of http?
What are recursive functions? Give some examples?
Why collection is called framework in java?
Difference between overriding and overloading in java?
What is difference between stringbuffer and string?
How to make a write-only class in java?
What is data type in computer?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
What is skeleton and stub? What is the purpose of those?
How would you dynamically allocate memory to an array?
What is protected access modifier?
How do you identify if jvm is 32-bit or 64-bit from java program?