128 
Which statement is true if a TestException is thrown on line 3 of class B?
(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.

(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.
答案:登入後查看
統計: A(1), B(6), C(0), D(3), E(0) #2194669
統計: A(1), B(6), C(0), D(3), E(0) #2194669