When garbage collector invokes object?s finalize() method?
Answer Posted / 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 |
Post New Answer View All Answers
What is an interface in java?
What is meant by object?
Which are different kinds of source code?
Explain the importance of throws keyword in java?
How many unicode characters are there?
What is a nested class?
What is the formula to calculate percentage?
Differentiate between the constructors and methods in java?
Why is core java important?
What is use of super keyword?
What method is used to specify a container's layout in java programming?
Why is multiple inheritance not supported in java?
Is java programming easy?
What is meant by collection in java?
what invokes a threads run() method? : Java thread