Examveda
Examveda

What is the purpose of garbage collection?

A. Removes object with many reference

B. Removes object with reference

C. Removes object with invalid reference

D. Removes object with no reference

Answer: Option D

Solution(By Examveda Team)

When the interpreter sees an object in the heap with no object references, it removes that object from the heap. This is called garbage collection.

Join The Discussion

Related Questions on Invocation and Performance Navigation