Pregunta de entrevista de Multivision

Difference between final, finalize and finally

Respuesta de la entrevista

Anónimo

27 mar 2016

final means that something is immutable, finalize is the called on an object when garbage collect and finally forces a block of code to execute no matter what.