Pergunta de entrevista da empresa Multivision

Difference between final, finalize and finally

Resposta da entrevista

Sigiloso

27 de mar. de 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.