Multiple Choice
The class RuntimeException is the superclass of which of the following classes?
A) NullPointerException
B) NoSuchMethodException
C) IllegalAccessException
D) NoSuchFileException
Correct Answer:

Verified
Correct Answer:
Verified
Q9: If an exception occurs in a try
Q10: A checked exception is any exception checked
Q14: Statements that might generate an exception are
Q16: Which of the following statements is true?<br>A)
Q25: An unchecked exception is any exception that
Q29: int number;<br>Boolean done = false;do<br>{<br>Try<br>{<br>System.out.print("Enter an integer:
Q33: When an exception occurs, an object of
Q34: import java.util.*;<br>Public class ExceptionExample1<br>{<br>Static Scanner console =
Q35: How many finally blocks can there be
Q40: The methods getMessage and printStackTrace are private