Java Developer Question: Download Java Developer PDF

What is purpose of finalization in Java Programming?

Tweet Share WhatsApp

Answer:

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

Download Java Developer PDF Read All 63 Java Developer Questions
Previous QuestionNext Question
Which class is superclass for every class in Java Programming?Can anonymous class be declared as implementing an interface and extending a class in Java Programming?