Page 1 of 1

What is the difference between error and exception?

Posted: Wed Jul 13, 2022 7:52 pm
by answerhappygod
a) Both are the same
b) Errors can be handled at the run-time but the exceptions cannot
c) Exceptions can be handled at the run-time but the errors cannot
d) Both can be handled during run-time