when to implement finalize method in java
Lot of time JVM takes care of all garbage collector object.
If your java program hold any system resources like (Calendar, File, Thread, Display properties many more) that time you should implement finalize method.
If your java program hold any system resources like (Calendar, File, Thread, Display properties many more) that time you should implement finalize method.
Comments
Post a Comment