Answers for "finalize and finally"

1

finalise or finally

Finally is used to place important code, it will be executed whether exception is handled or not. Finalize is used to perform clean up processing just before object is garbage collected.
Posted by: Guest on July-01-2021

Code answers related to "finalize and finally"

Browse Popular Code Answers by Language