Home / Questions / What are the advantages of exception handling ?
Explanatory Question

What are the advantages of exception handling ?

👁 21 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

Advantages of exception handling are:
• Exception handling separates error-handling code from normal code.
• It clarifies the code and enhances readability.
• It stimulates consequences as the error-handling takes place at one place and in one manner.
• It makes for clear, robust, fault-tolerant programs.