CBSE Class 12 Computer Science
Question 13 of 30
Exception Handling — Question 4
Back to all questionstry
Reason — The try block is a mandatory component of the exception handling process because it encapsulates code that might raise exceptions, allowing them to be caught and handled effectively.