Pregunta de entrevista de Dailymotion

What the difference between "finally" and "finalize"?

Respuesta de la entrevista

Anónimo

31 jul 2015

- "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.