How many times garbage collector will invoke an object?s
finalize() method?
Answer Posted / rakesh kumar jha
whenever object is go beyond the reachable gc invoked the
object by the finalize method, but it should be atleast
once in life cycle.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is mean by encoding?
In how many ways we can do exception handling in java?
What are the rules for variable declaration?
What is size () in java?
What is update method called?
What is difference between string and stringbuffer?
What are the benefits of operations?
what is meant by HQL?
Can a string be null?
Is the milky way in a void?
Is the empty set a singleton?
What is nullpointerexception?
How to instantiate member inner class?
Can a hashset contain duplicates java?
What is the purpose of final keyword and when to use it?