When garbage collector invokes object?s finalize() method?
Answers were Sorted based on User's Feedback
Answer / sameer
First the object has become unreachable
second the finalize() method call
third the object collect by garbage
Is This Answer Correct ? | 3 Yes | 0 No |
when it detects vthat the object has become unreachable
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ravikiran(aptech mumbai)
before the unused objects ges garbage collected
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / saravanan
unreachable object opportunity to perform the cleaning
process before garbage collect.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rana.ankur
garbage collector ie demon thread invokes finalize method
to give the last chance to object to save it resorces and
data
Is This Answer Correct ? | 0 Yes | 0 No |
what are literals in java?
Can we declare an interface as final?
explain copyonwritearraylist and when do we use copyonwritearraylist?
Why main method is called first in java?
What is user defined exception in Java?
What is the return type of read()?
how you will prevent method overriding?
What is immutable in java?
What is a boolean expression in java?
What are the restriction imposed on a static method or a static block of code?
What’s the difference between the methods sleep() and wait()?
What is java developer skills?