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
How do you override a method in java?
what is synchronization and why is it important? : Java thread
What is dynamic binding(late binding)?
Is it possible to override private or static method in java?
Is string is a data type?
What is an example of procedure?
what is use of functional interface in java 8?
What is the benefit of lambda expressions?
Mention some interfaces implemented by linked list in java.
Can I declare class as static or private?
What does the “final” keyword mean in front of a variable? A method? A class?
Can we declare main () method as non static?
Why is core java important?
What type of variable is gender?
How many bytes is a string java?