A.FileInputStream B.FileReader C.FileWriter D.RandomAccessFile
根据以下代码,哪个选项是准确的?()
A. restore 400 B. restore 403 C. restore 453 D. Compilation fails. E. An exception is thrown at runtime.
给出一段程序,试判断哪个是正确的结果()
A.hello throwit caught B.hello throwit caught finally after C.hello throwit RuntimeException after D.hello throwit caught finally after RuntimeException