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
How long will it take to learn java?
What is the use of singleton?
Is string a class in java?
What is difference between java and java ee?
Difference between character constant and string constant in java ?
If you do not want your class to be inherited by any other class. What would you do?
what is the difference between thread and runnable types? : Java thread
What are structs in java?
What is the use of 'super' keyword inside a constructor?
What are reference variables in java?
Explain about main thread in java?
What is ph and buffers?
What is the difference between JDBC 1.0 and JDBC 2.0?
What best practices should you follow while writing multithreaded code in java?
Give me an example of array and linked list? Where they can be used?