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 does void * mean?
What is static import in java?
Can we instantiate interface in java?
what is instanceof operator used in java?
What is the purpose of finalization in java programming?
How do you reverse a word in java?
what is enumset?
Is array serializable java?
Which object oriented concept is achieved by using overloading and overriding?
What is a Null object?
Are arrays dynamic in java?
Explain about arraylist?
What is the full meaning of java?
What is difference between path and classpath?
What is flag in python?