Pregunta de entrevista de Virtusa

difference between final and finally

Respuesta de la entrevista

Anónimo

24 de ago de 2016

final is used to make a variable or method constant and finally is used in exception handling .finally method is executed even if try and catch blocks are not executed