When does an Object becomes eligible for Garbage collection in Java?
3 years ago
OOP Java
A Java object is subject to garbage collection when it becomes unreachable to the program in which it is currently used.

Surya Bikram Bhandari
Oct 31, 2021