290 likes | 736 Views
The basics. Garbage CollectorResponsible for managing memory in Java (and other languages).It's run to free memory.Traverses the objects in the heap determining if they are live or not.Tracing from the roots. Method stack.Global variablesOthersOnce every linked object is scanned and marked,
E N D