What the difference between "finally" and "finalize"?
Anonymous
- "finally" is used in a try/catch statement to execute code "always" - "finalize" is called when an object is garbage collected. You rarely need to override it.
Check out your Company Bowl for anonymous work chats.