✏️ Explanatory Question

What is finalize() method?

👁 777 Views
📘 Detailed Answer
💡

Answer with Explanation

It is possible to define a method that will be called just before an object's final destruction by the garbage collector. This method is called finalize( ), and it can be used to ensure that an object terminates cleanly.