0
Please anyone help me understand this
What is finalize keyword and why we need to use it in java
1 ответ
0
there is also deprecated java.lang.Object.finalize() method, which if is overridden can be used as a destructor
or there is try-catch-finally command for error handling