(300) What is the output if NullPointerException occurs at line A? error message + stack trace (300) What is the output if IndexOutOfBoundsException occurs at line E? ERROR 4 DONE BAR DONE (300) What is the output if IndexOutOfBoundsException occurs at line F? error message + stack trace DONE METHODX DONE BAR DONE (300) What is the output if ArithmeticException occurs at line E? ERROR 2 DONE (300) What is the output if ArithmeticException occurs at line F? DONE METHODX ERROR 2 DONE (300) What is the output if NumberFormatException occurs at line F? ERROR 5 DONE METHODX DONE BAR DONE (300) What is the output if NO EXCEPTIONS occur anywhere? DONE METHODX DONE BAR DONE (300) What is the output if ClassCastException occurs at line ? error message + stack trace (and DONE and/or DONE METHODX if corresponding try blocks have been entered) (300) At what lines would there have to be an IndexOutOfBoundsException to cause the message "ERROR 1" to be printed (ignoring other things that might be printed as well)? C only (200) What is the output if ArithmeticException occurs at line B? error message + stack trace (200) What is the output if ArithmeticException occurs at line C? ERROR 2 DONE (200) What is the output if ArithmeticException occurs at line D? ERROR 2 DONE (200) What is the output if NullPointerException occurs at line B? error message + stack trace DONE METHODX DONE BAR DONE (200) What is the output if NullPointerException occurs at line E? ERROR 3 DONE BAR DONE (200) What is the output if NullPointerException occurs at line F? DONE METHODX ERROR 3 DONE BAR DONE (200) What is the output if IndexOutOfBoundsException occurs at line C? ERROR 1 DONE (200) What is the output if IndexOutOfBoundsException occurs at line D? ERROR 4 DONE BAR DONE (200) What is the output if NumberFormatException occurs at line E? DONE error message + stack trace (100) What is the output if NumberFormatException occurs at line A? error message + stack trace (100) What is the output if NumberFormatException occurs at line B? error message + stack trace (100) What is the output if NumberFormatException occurs at line C? DONE error message + stack trace (100) What is the output if NumberFormatException occurs at line D? DONE error message + stack trace (100) What is the output if NullPointerException occurs at line C? DONE error message + stack trace (100) What is the output if NullPointerException occurs at line D? ERROR 3 DONE BAR DONE (100) What is the output if IndexOutOfBoundsException occurs at line A? error message + stack trace (100) What is the output if IndexOutOfBoundsException occurs at line B? error message + stack trace (100) What is the output if ArithmeticException occurs at line A? error message + stack trace