When does an Object becomes eligible for Garbage collection in Java ?

Technology CommunityCategory: JavaWhen does an Object becomes eligible for Garbage collection in Java ?
VietMX Staff asked 3 years ago

A Java object is subject to garbage collection when it becomes unreachable to the program in which it is currently used.