What is the role of the 'finalize' method in Java, and when is it called? - Study24x7
Social learning Network
14 Mar 2024 12:33 PM study24x7 study24x7

What is the role of the 'finalize' method in Java, and when is it called?

A

It is used to explicitly release system resources and is called when an object is instantiated.

B

 It is used for error handling and is called when an uncaught exception occurs.

C

It is used for garbage collection and is called before an object is reclaimed by the garbage collector. 

D

It is used to terminate a thread and is called when the thread completes its execution.

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles