How many times garbage collector will invoke an object?s
finalize() method?
Answer Posted / leo zhao
Only once.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is abstract class? Explain
What is an exception? difference between Checked and Unchecked exception in Java
Which is a valid identifier?
what is the major difference between linkedlist and arraylist in java?
What is exception handling in java?
Does substring create a new object?
Can a class with private constructor be extended?
What class allows you to read objects directly from a stream?
What is functional interface in java example?
What is difference between fileinputstream and filereader in java?
What is pre increment and post increment in java?
What is charat java?
How does hashset work in java?
List down the methods and interfaces of collection class in java.
Can variables be used in java without initialization?