██████████████████████████████████████████████████████████████████████


Que:::: In a program there are multiple catch blocks so can it happen that two catch blocks are executed?

1 comment:

Unknown said...

No two Catch Blocks cannot be executed. Once an exception is caught by a catch block and executed, the Finally Block is executed.