GlobalLogic Interview Question

Describe the garbage collector

Interview Answer

Anonymous

Feb 28, 2019

In computer science, garbage collection (GC) is a form of automatic memory management. The garbage collector, or just collector, attempts to reclaim garbage, or memory occupied by objects that are no longer in use by the program