Q. What is garbage collection in the context of Java?
β
Correct Answer: (C)
When all references to an object are gone, the memory used by the object is automatically reclaim
You must be Logged in to update hint/solution