InterviewSolution
Saved Bookmarks
| 1. |
Which of these exceptions handles the divide by zero error?(a) ArithmeticException(b) MathException(c) IllegalAccessException(d) IllegarExceptionI got this question in semester exam.The question is from Finally & Built in Exceptions in chapter Exception Handling of Java |
|
Answer» RIGHT ANSWER is (a) ArithmeticException The EXPLANATION is: NONE. |
|