OCA Java SE 8 Exception - OCA Mock Question Exception 19
Question
Which of the following exceptions are thrown by the JVM?
- ArrayIndexOutOfBoundsException
- ExceptionInInitializerError
- java.io.IOException
- NullPointerException
- NumberFormatException
Answer
Note
NumberFormatException and java.io.IOException is thrown programmatically.