Sunday, 8 September 2013

Java Finalize method call when close the application

Java Finalize method call when close the application

I have question regarding the finalize method. If I have many class with
many inheritances, how can I call all finalize methods when the
application closing?

No comments:

Post a Comment