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
What is dynamic array in java?
What is dynamic binding(late binding)?
What are latest features introduced with java 8?
Is linked list a linear or non-linear data structure?
What are constants and how to create constants in java?
What is an i/o filter?
What is the difference between stringbuffer and stringbuilder?
What is difference between class and object in java?
Is java call by reference?
What is jdbc api?
Tell us something about different types of casting?
What is codebase?
Define reflection.
What are the six ways to use this keyword?
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)