CBSE Class 12 Computer Science Question 27 of 30

Exception Handling — Question 2

Back to all questions
2
Question

Question 2

Exception and error are the same objects.

Answer

False

Reason — An Error is a bug in the code that causes irregular output or stops the program from executing whereas an Exception is an irregular unexpected situation occurring during execution on which programmer has no control.