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
How does hashset work in java?
Define locale.
What are singleton services?
Describe 2 different ways to concatenate two strings.
Which graphs are functions?
What is java developer skills?
Describe the term diamond problem.
Is java se open source?
How many bits is size_t?
What is the difference between array list and vector in java?
What is the difference between ArrayList and Vector? which one is better in Java
What is java jit compilers?
What is a variable declaration?
What is sleep method?
Can you declare a private method as static?