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 |
How you can create a radio buttion using Checkbox class?
What is the use of inner class?
What is the final variable?
What do you mean by garbage collection used in java?
What are the fileinputstream and fileoutputstream?
How is abstraction implemented in java ?
What is java lang string?
What are assembly attributes?
Can sleep() method causes another thread to sleep?
How many types of string data types are there?
Is call by reference possible in java?
different between exception and error? explaim check and uncheck exception