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 package protected in java?
What is r * in math?
How many bytes are there?
Who developed java?
Explain what is Marker interface?
Why can we not override static method?
What is comparable and comparator interface? List their differences
Are registers volatile?
Is singleton a bad practice?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
How infinite loop is declared?
What is the synonym of procedure?
What are constants and how to create constants in java?
What are the 6 boolean operators?
How to sort array of 0 and 1 in java?