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 |
How do listeners work?
What is the role of garbage collector in java?
What is literal example?
What is one third plus one third as a fraction?
what is AWT
What is the use of callablestatement?
If set accepts only one argument then how can it compare two objects to avoid duplicates
Which class cannot be a subclass in java?
What is the USE of Null interfaces ??...if thers nothing inside these interfaces how are they used and WHy are they used ???? No 1 has given a proper description yet
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
What is the difference between stream and buffer?
What do you mean by of string::valueof expression in java 8?