Can an object?s finalize() method be invoked while it is
reachable?
Answers were Sorted based on User's Feedback
Answer / janet
While the object is still reachable, an object?s finalize()
method cannot be invoked by the garbage collector.
However, an object?s finalize() method may be invoked by
other objects.
| Is This Answer Correct ? | 3 Yes | 0 No |
What do you meant by active and passive objects?
What is difference between public static and void?
How a string is stored in memory?
What is an interface in java? Explain
What is a class in java?
What is the use of Getters and Setters method ?
Need to use public,static keywords in main function?
What does sprintf mean?
What is the difference between Checked and Unchecked exception? Give some examples
What is data structure in java?
what is tempplate pattern
What is Distributed Application and what is its usage?