Given: What is the result?()
A.Compilation fails. B.pi is bigger than 3. C.An exception occurs at runtime. D.pi is bigger than 3. Have a nice day. E.pi is not bigger than 3. Have a nice day.
Click the Exhibit button. Given: 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 method 1 in class A is not required to be caught. C.The method declared on line 31 must be declared to throw a runtime exception. D.On line 5 of class A,the call to method 2 of class B does not need to be placed in a try catch block.
Given: If class Donkey is invoked twice, the first time without assertions enabled,and the second time with assertions enabled, what are the results?()
A.no output B.no outputassert is on C.assert is on D.no outputAn AssertionError is thrown. E.assert is onAn AssertionError is thrown.