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
Does apple use java?
What is native method in java?
Explain different forms of polymorphism?
How can constructor chaining be done by using the super keyword?
Is 0 an even number?
What are synchronized methods ?
What is meant by class?
Why java is said to be pass-by-value ?
What is difference between jdk,jre and jvm?
What is the java virtual machine?
What does the “final” keyword mean in front of a variable? A method? A class?
Write a program to find the greatest of three numbers in java?
What is an immutable object? How do you create one in java?
What is an infinite loop?
What is difference between final and immutable?