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 use of super keyword in java?
What is variable and its types?
Explain about OOPS concepts and fundamentals.
How does multithreading take place on a computer with a single cpu in java programming?
Can java list contain duplicates?
What is the use of inner class?
What is unicode with example?
What is executor memory?
What is a method declaration?
What is a layout manager and what are different types of layout managers available in java awt?
What is the char data type?
Does sprintf allocate memory?
How many digits is int32?
What is string [] args?
Explain purpose of sleep() method in java?