2
24
234
246
2346
Compilation fails.
单选题Given: What is the result?()AnullBfinallyCnull finallyDCompilation fails.Efinally exception
点击查看答案
单选题Given: What is the result?()AX, followed by an Exception.BNo output, and an Exception is thrown.CCompilation fails due to an error on line 14.DCompilation fails due to an error on line 16.ECompilation fails due to an error on line 17.
单选题Given: What is the result?()AAn Exception is thrown with no other outputBfollowed by an ExceptionCCompilation fails due to an error on line 9DCompilation fails due to an error on line 14
单选题Given: What is the result?()Atest endBCompilation fails.Ctest runtime endDtest exception endEA Throwable is thrown by main at runtime.
单选题Given: What is the result when method testIfA is invoked?()ATrueBNot trueCAn exception is thrown at runtime.DCompilation fails because of an error at line 12.ECompilation fails because of an error at line 19.
单选题Given: What is the result?()AThe code runs with no output.BAn exception is thrown at runtime.CCompilation fails because of an error in line 20.DCompilation fails because of an error in line 21.ECompilation fails because of an error in line 23.FCompilation fails because of an error in line 25.
单选题Given: What is the result?()ABBThe code runs with no output.CCompilation fails because of an error in line 12.DCompilation fails because of an error in line 15.ECompilation fails because of an error in line 18.