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 the difference between integer parseint and integer valueof?
Where are global variables stored?
Explain the different forms of polymorphism?
why an outer class cannot be declared as private?
How to find the largest value from the given array.
What is the difference between stringbuffer and stringbuilder?
Where is const variable stored?
How to check if a list is sorted in java?
What is jvm? How its run?
What is difference between equals and hashcode method?
what is singleton class in java?
If a method is declared as protected, where may the method be accessed in java programming?
What’s a deadlock?
Is string a wrapper class?
Is java an open source?