18.5
Example
DOCUMENTATION COMMENTS
Throws: I
nterruptedException
Another thread has
interrupted this thread.
o ">
finalize
protected void finalize() throws T
hrowable
Code to perform when this object is garbage collected.
The default is that nothing needs to be performed.
Any exception thrown by a finalize method causes the
finalization to halt. But otherwise, it is ignored.
All Packages Class Hierarchy
This Packageumber.html#_top_">Previous_">NextIndex