Why do we need Garbage collection in Java?Garbage c

Posted on: November 20, 2008 by: techhair

Garbage collection is a process that takes care of all the unused objects and discards them from the JVM. The resources used by those objects are reclaimed.

Sphere: Related Content

Filed under: Java Interview
Tags:

Leave a Reply

You must be logged in to post a comment.