B, C, and D are incorrect.
B is incorrect because evaluation of the statement causes an ArithmeticException to be thrown.
C is incorrect because evaluation of the statement causes a ClassCastException to be thrown.
D is incorrect because evaluation of the statement causes a NullPointerExeption to be thrown.
|