✏️ Explanatory Question

When is Exception Handling required ?

👁 22 Views
📘 Detailed Answer
🟢 Easy
💡

Answer with Explanation

The exception handling is ideal for:
• processing exceptional situations
• processing exceptions for components that cannot handle them directly
• processing exceptions for widely used components that should not process their own exceptions
• large projects that require uniform error-processing