Que:::: In a program there are multiple catch blocks so can it happen that two catch blocks are executed?
No two Catch Blocks cannot be executed. Once an exception is caught by a catch block and executed, the Finally Block is executed.
Post a Comment
1 comment:
No two Catch Blocks cannot be executed. Once an exception is caught by a catch block and executed, the Finally Block is executed.
Post a Comment