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 subsequence of a string?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
What does nextint () do in java?
What's the difference between an abstract class and interface in java?
How to implement an arraylist in java?
What are the string methods in java?
Can we increase array size dynamically in java?
What are the Class Libraries ?
What is the difference between import java.util.date and java .util?
What is static keyword?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
How can you add and remove nodes in jtree?
Why java is considered dynamic?
Is arraylist ordered in java?
How many bytes is a unicode character?