What is the purpose of Garbage collector
What is the purpose of Garbage collector
Introduction: Terms:
Reachable & unreachable objects: Objects that can be accessed by a reference variable are known as reachable object. When there is no reference available to access an object, in any way, it is called unreachable. Garbage: Useless objects or unreachable objects or objects that can no longer be referenced. Garbage collector:A program that takes care of memory and manages it…
View On WordPress













