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 |
different between exception and error? explaim check and uncheck exception
what is the replacement for GOTO in java?
What are the types of casting?
What is the use of put method?
What is incompatible types in java?
Is arraylist dynamic in java?
How to create an immutable class?
What is the difference between Java and C++?
0 Answers Integreon, TCS, ZS Associates,
Can we have two main methods in a java class?
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
What is scope of a variable?
How many bytes are a float?