When does an Object becomes eligible for Garbage collection in Java ? Technology Community › Category: Java › When does an Object becomes eligible for Garbage collection in Java ? 0 Vote Up Vote Down VietMX Staff asked 4 years ago A Java object is subject to garbage collection when it becomes unreachable to the program in which it is currently used.