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.

More related questions

Questions Bank

View all Questions