When is an object in the mean to garbage collection?
Answer Posted / sathya
When the object is no longer referenced, its eligible for
Garbage Collection
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is the difference between thread and runnable types? : Java thread
What is finally and finalize in java?
what do you understand by the term string with respect to java?
Can static methods access instance variables in java?
Can list be null in java?
Is java platform independent?
Can constructor be synchronized?
How many bytes is double?
Can singleton class be cloned?
What is a jagged array in java?
What is string value?
Is constructor inherited?
what do you mean by classloader in java?
Tell me a few examples of final classes defined in Java API?
Why java does not support pointers?