Let us explore about multiple catch block in Exception Handling in Java. part-3
In the last post we read about try, catch and finally block and their three forms. Now we are going to discuss about how to handle multiple catch blocks while Exception handling. so let’s see how multiple catch block looks…