Can multiple catch blocks be executed?
Rathrola Prem Kumar
No, Multiple catch blocks can’t be executed. Once the proper catch code executed, the control is transferred to the finally block and then the code that follows the finally block gets executed.
Yes
Ya
Yes you can use multiple catch but one try
ya you can use multiple Catch but one try
yes sure