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's the access scope of protected access specifier?
What is super keyword explain with example?
Is 0 an irrational number?
Explain the overview of UDP messaging.
Explain about arraylist?
What is a package in java? List down various advantages of packages.
Is string is a keyword in java?
Can you write a java class that could be used both as an applet as well as an application?
What does n mean?
What is dynamic array in java?
What is meant by method overriding?
What do you mean by buffering?
Can you explain the usages of class.forname()?
Can you start a thread twice in Java?
Is string is a data type in java?