InterviewSolution
Saved Bookmarks
| 1. |
What Happens If An Uncaught Exception Is Thrown From During The Execution Of Finalize() Method Of An Object? |
|
Answer» The EXCEPTION will be ignored and the GARBAGE collection (FINALIZATION) of that OBJECT terminates The exception will be ignored and the garbage collection (finalization) of that object terminates |
|