Pergunta de entrevista da empresa Accenture

Does ervry time catch block is required? If no then how to handle error?

Resposta da entrevista

Sigiloso

17 de jul. de 2019

We can declare finally block in that case which is always executed and you can handle the error.

3