filmov
tv
What is Finalize in Java? When does Finalize Method work?

Показать описание
When garbage collector starts doing its work, finalize method is executed and object removes from heap memory. Finalize method is the object's latest method before removing from heap memory.