Multiple Choice
The IllegalArgumentException class extends the RuntimeException class,and is therefore
A) a checked exception class.
B) an unchecked exception class
C) never used directly
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: The following catch statement can catch (Exception
Q8: The catch clause<br>A) follows the try clause.<br>B)
Q10: In a catch statement, what does the
Q10: Why does the following code cause a
Q11: When an exception is thrown by code
Q26: When writing a string to a binary
Q32: If a method does not handle a
Q37: When an object is serialized, it is
Q46: This is a section of code that
Q47: The throw statement informs the compiler that