When is an object in the mean to garbage collection?
Answer Posted / ravikiran
when it is not reffered by any active thread
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between serial and throughput garbage collector?
Why is boolean important?
Differentiate between postfix and prefix operators in java.
explain what is transient variable in java?
What are the two environment variables that must be set in order to run any java programs?
Can constructor return value?
Explain different states of a thread in java?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
Is nullpointerexception checked or unchecked?
Is java a utf 8 string?
What is ascii format?
how to write a server program and sending the mails to the server using smtp protocol please help me
What is the range of a character variable?
What is the difference between comparison done by equals method and == operator?
What is the use of static class?