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 |
. Explain Java String Pool.
Difference between String & StringBuffer
16 Answers IBM, Infosys, Tech Mahindra, Wipro,
What is close method? How it's different from Finalize & Dispose?
0 Answers InfoAxon Technologies,
What is temp in java?
what are different ways in which a thread can enter the waiting state? : Java thread
What is number data type in java?
could you run the java program without main method?
How to make a write-only class in java?
Are nested try statements are possible?
Can private class be inherited in java?
How you can create a radio buttion using Checkbox class?
Can we override the private methods?