Can an object?s finalize() method be invoked while it is
reachable?
Answer Posted / 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 |
Post New Answer View All Answers
Difference between concurrent hashmap and hashtable and collections
Why does java doesnt suuport unsigned values?
What is immutable in java?
What is the association?
Is java 9 released?
Can we start a thread twice in java?
Can a abstract class be defined without any abstract methods?
How do you reverse a word in java?
Explain jvm, jre, and jdk?
What is use of map in java?
What is functional interface in javatpoint?
How to perform selection sort in java?
Are global variables initialized to zero?
Which java ide is used the most?
Why a dead thread occurs?