Hi guys,
The following question is from SCExamLab exame Practice 2, question 35.
Look at the following class definitions. Which of the following statement are true? )(Choose four)
[A] Expn1 is a checked exception.
[B] Expn1 is an unchecked exception.
[C] Expn2 is a checked exception
[D] Expn2 is an unchecked exception
[E] Expn3 is a checked exception
[F] Expn3 is an unchecked exception
[G] Expn4 is a checked exception.
[H] Expn4 is an unchecked exception
[I] Expn4 cannot be used as an exception
My answer are B C F I, but the answer from the
test are B C E I.
My question is how come Expn3 is a chcked exception here? Can anyone give me an explaination?
