Q. What 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