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
How is it possible for two string objects with identical values not to be equal under the == operator?
What do you mean by compiler?
How many return statement are allowed in a function?
What is empty list in java?
What is an iterator java?
What is the purpose of static keyword in java?
How does arrays sort work in java?
What is oop principle in java?
How is string immutable in java?
Can Exception handling we can handle multiple catch blocks?
What are different types of encoding?
Describe how to implement singleton design pattern in struts.
What is final, finally, finalize?
What are encapsulation, inheritance and polymorphism?
What is the use of arrays tostring () in java?