2016-06-09

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.

No comments:

Post a Comment