Multiple Choice
Which of the following exceptions is a checked exception?
A) ArithmeticException.
B) IOException.
C) RuntimeException.
D) InputMismatchException.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: Which of the following statements is false?<br>A)
Q7: Which of the following statements is true?<br>A)
Q8: Which of the following statements about try
Q9: Which of the following statements is false?<br>A)
Q10: Chained exceptions are useful for finding out
Q12: Which of the following is not included
Q13: After a finally block has finished executing
Q14: Which of the following statements about the
Q15: When an unchecked exception occurs in a
Q16: Which of the following are types of