Which two statements are true if a NullPointerException is thrown on line 3 of class C?()<br /> <img src="https://img.ppkao.com/2018-08/zhoulian/2018080115102280471.jpg" /><p> Which two statements are true if a NullPointerException is thrown on line 3 of class C?()<br /> <img src="https://img.ppkao.com/2018-08/zhoulian/2018080115102280471.jpg" /></p>
A、A.The application will crash.
B、B.The code on line 29 will be executed.
C、C.The code on line 5 of class A will execute.
D、D.The code on line 5 of class B will execute.
E、E.The exception will be propagated back to line 27.