What is purpose of finalization in Java Programming?

Submitted by: Administrator
The purpose of finalization is to give an unreachable object the opportunity to perform any cleanup processing before the object is garbage collected.
Submitted by:

Read Online Java Developer Job Interview Questions And Answers