根據(jù)以下代碼,哪個選項(xiàng)是準(zhǔn)確的?()
A. restore 400 B. restore 403 C. restore 453 D. Compilation fails. E. An exception is thrown at runtime.
給出一段程序,試判斷哪個是正確的結(jié)果()
A.hello throwit caught B.hello throwit caught finally after C.hello throwit RuntimeException after D.hello throwit caught finally after RuntimeException
A.try子句 B.catch子句 C.finally子句 D.throw子句