Answer Posted / madhu
Garbage Collection (GC) in Java will relieve you from the
mundane duties of allocating, tracking, and freeing the
heap memory. Indeed, the promise has been delivered, so it
is reasonable -- and to quite an extent correct -- for you
to conclude that there will be no memory leaks in your Java
program. However, the catch is that GC can take care of
only typical heap management problems.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the method in java?
What is constructor in java ?
Can we override data members in java?
What is a loop java?
What is a lock or purpose of locks in java?
Where will it be used?
What is the difference between a break statement and a continue statement?
Java.util.regex consists of which classes?
What will be the output of round(3.7) and ceil(3.7)?
What is final int?
How do you use parseint in java?
Can we store variables in local blocks?
Where are the card layouts used?
Compare overloading and overriding?
What are data types in oop?