Podcast
Questions and Answers
Which of the following is an example of a checked exception?
Which of the following is an example of a checked exception?
- IOException (correct)
- ArrayIndexOutOfBoundsException
- NullPointerException
- ArithmeticException
What type of exception is OutOfMemoryError?
What type of exception is OutOfMemoryError?
- Unchecked Exception
- Error (correct)
- Checked Exception
- RuntimeException
Which type of exception is not checked at compile-time?
Which type of exception is not checked at compile-time?
- Unchecked Exception (correct)
- RuntimeException
- Error
- Checked Exception
Which type of exception indicates errors in the code?
Which type of exception indicates errors in the code?
What is the category of exceptions reported by descendants of the type Error?
What is the category of exceptions reported by descendants of the type Error?
Flashcards are hidden until you start studying