

Hi,
Here is the answer.
when an exception is thrown with in the body of the try statement then the catch clauses of the try statement are examined in the order in which they appear.The first catch clause that is capable of handling the exception is caught and the remaining are ignored.
Thanks.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.