Pregunta de entrevista de Q3 Technologies

is it possible to get executed more than one catch block with single try statement

Respuestas de entrevistas

Anónimo

1 dic 2016

You can have multiple catch blocks associated with a try block,but only a single catch block can ever handle your exception. you can have a try block without a catch,but it is mandatory to have a finally block

Anónimo

4 jul 2016

I said not but Interviewer was not satisfied

1