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 |
I want to store more than 10 objects in a remote server? Which methodology will follow?
What are methods?
Why is whitespace important?
Can a class have multiple subclasses?
Why do we need autoboxing in java?
How is treeset implemented in java?
What is a local class in java?
What do you mean by append?
Functionality of JVM?
How do you write a good declaration?
What is the purpose of a transient variable?
Why is prepared Statement, Callable Statement used for? What is the need of Batch updates?