When garbage collector invokes object?s finalize() method?
Answer Posted / 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 |
Post New Answer View All Answers
What is string pool?
What is hashset in java?
What are jee technologies?
Which one of the following suits the description of a string better: derived or primitive?
Can java program run without jre?
Difference between default and protected access specifiers?
How big is a 64 bit float?
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
Can you call a method on a null object?
What all access modifiers are allowed for top class ?
What are different data structures in java?
What are the different types of multitasking?
How do you know if a value is nan?
What is an interoperable application in java ?
Why java is secure? Explain.