I read the API regarding finalize method but i'm unable to understand the following line
Any exception thrown by the finalize method causes the finalization of this object to be halted, but is otherwise ignored. Can someone explain what does this exactly mean. As per my understanding the exception will be ignored but the object will not be garbage collected. So, does this mean the object will never be garbage collected?
