Importance of Garbage Collection

This article is more relevant to Performance Engineering and described the importance of Garbage Collection. 


Additional Details: A Garbage Collector is a Java program which tracked the referenced (live) objects and allowed them to keep in the heap memory whereas the memory of the unreferenced (dead) objects is reclaimed and reused for future object allocation.

Relative Topic: Garbage Collection

No comments:

Post a Comment