Click the Exhibit button. Given:Which statement is true if a TestException is thrown on line 3 of class B? ()<img src="https://nimg.ppkao.com/2018-08/longzhengxuan/2018080209451430879.jpg?sign=51cf3a3f5e4ba2074a7fd72e64bb3e59&t=62d4248d" />
A、Line 33 must be called within a try block.
B、The exception thrown by method1 in class A is not required to be caught.
C、The method declared on line 31 must be declared to throw a RuntimeException.
D、On line 5 of class A, the call to method2 of class B does not need to be placed in a try/catch block.