6. In Java, __ is the only type of exception that is NOT checked. Please select the correct option "A, B, C, D, or E"
A. The Exception class.
B. The RunTimeException class and its subclasses.
C. The IOException class and its subclasses.
D. The ArithmeticException class only.
E. The Throwable class only.
Answer:
B. The RunTimeException class and its subclasses.
Comments
Leave a comment