Multiple Choice
An exception that could also arise in the try statement that does not have an associated catch statement is
A) ClassNotFoundException
B) IllegalArgumentException
C) NegativeArraySizeException
D) NullPointerException
E) OutOfMemoryException
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Example Code Ch 11-1<br>public static void main(String[]
Q2: All run-time errors throw exceptions.
Q3: If an exception arises in a catch
Q4: Which of the following is not true
Q6: An ArithmeticException is a checked exception.
Q7: Example Code Ch 11-1<br>public static void main(String[]
Q8: Programmers can define their own exceptions by
Q9: The difference between a checked and an
Q10: The Scanner class provides an abstraction for
Q11: Explain or provide an example showing how