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
Why do we use regex?
What is the difference between hashmap and hashtable in java?
What will happen when using pass by reference in java?
Define how can we find the actual size of an object on the heap?
How to optimize the javac output?
Does unicode support all languages?
What is string data type?
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
What is the properties class?
What do you mean by constructor?
When is the arraystoreexception thrown?
How do I find and replace in word?
What is java regex?
What is a singleton class in Java?
What are 4 pillers of object orinted programming?