Answers

Question and Answer:

  Home  Java

⟩ What is the purpose of finalization in Java Programming?

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

 122 views

More Questions for you: