Which of these exceptions handles the divide by zero error?
(a) ArithmeticException
(b) MathException
(c) IllegalAccessException
(d) IllegarException
I got this question in semester exam.
The question is from Finally & Built in Exceptions in chapter Exception Handling of Java