Monday, July 5, 2010

Garbage Collection

Java provides auto garbage collection for unused objects. The garbage collector runs periodically, checking for objects that are no longer referenced by any running state or indirectly through other referenced objects.

No comments:

Post a Comment