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 mean by constructor?
Why webdriver is an interface?
If you are reviewing the code of your team members, what points will you look at, assuming the performance of the application is not so great
Which of these methods belong to Thread & Object class? join, yield, sleep, wait, notify
How do you add an element to a set in java?
How does queue work in java?
How do generics work?
What is cr keyboard?
Can I declare a class as private?
What are the topics in advance java?
What causes memory leaks in java?
Why is it called buffering?