Answer Posted / sivasubramanian.k
In C++ there is concept of pointers for memory management
but there is garbage collecor in Java which automatically
allocates and frees memory after the particular scope in
the code...In C++ it supports concept of multiple
inheritance but for java instead of multiple inheritance
there is concept of interface...
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
Why you should not use singleton?
What does provide mean construction?
What is the difference between multitasking and multithreading in Java
What is the use of runnable interface?
What is yield () in java?
Explain the difference between runnable and callable interface in java?
List two java ide’s?
What is default constructors?
What is size_t?
What is tcp ip in java?
Which is the class in java?
Whats the difference between notify() and notifyall()?
Is set ordered?
When should the method invokelater() be used?
What is the main purpose of serialization in java?