Home / Questions / When do use need multiple catch handlers ?
Explanatory Question

When do use need multiple catch handlers ?

👁 22 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

Sometimes a program has more than one condition to throw exceptions. In such cases, one can associate more than one catch statement with a try.