Pergunta de entrevista da empresa ProgressSoft

what is the difference between final and finally keywords in java ?

Resposta da entrevista

Sigiloso

30 de jul. de 2018

final is used to create a constant variable or to prevent override method or prevent inheritance while finally is used in try-catch block and will be always executed whether there is an exception or not