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