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
What is multi-catch block in java?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
Which are the two subclasses under exception class?
What is the static method?
Differences between external iteration and internal iteration?
Is it possible to use string in the switch case?
What do you mean by scope of variable?
Is 0 an even number?
What is the java idl system?
Is java se free?
What is the class in java?
Which arithmetic operations can result in the throwing of an arithmeticexception?
What is the current version of java?
What is ascii code?
What is protected access modifier?