Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

finalize method

The Java finalize() method of Object class is a method that the Garbage Collector always calls just before the deletion/destroying the object which is eligible for Garbage Collection to perform clean-up activity.
 
PREVIOUS NEXT
Tagged: #finalize #method
ADD COMMENT
Topic
Name
1+4 =