Pergunta de entrevista da empresa Virtusa

difference between final and finally

Resposta da entrevista

Sigiloso

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