Pergunta de entrevista da empresa Fonantrix

Can more than one exception be there in one catch block?

Respostas da entrevista

Sigiloso

26 de nov. de 2017

What is final in java

Sigiloso

29 de nov. de 2017

There can be more than one exceptions of same type but not of different types in a single catch block

Sigiloso

29 de nov. de 2017

No

Sigiloso

29 de nov. de 2017

Final is a keyword in java which can be used with variable,class and method.