单项选择题
A. 服务器ip地址,端口号 B. 服务器ip地址 C. 端口号 D. 客户端ip地址,端口号
使用下列哪一个类可以实现在文件的任意一个位置读写一个记录()A.FileInputStreamB.FileRe...
单项选择题使用下列哪一个类可以实现在文件的任意一个位置读写一个记录()
A.FileInputStream B.FileReader C.FileWriter D.RandomAccessFile
根据以下代码,哪个选项是准确的?()A. restore 400B. restore 403C. restor...
根据以下代码,哪个选项是准确的?()
A. restore 400 B. restore 403 C. restore 453 D. Compilation fails. E. An exception is thrown at runtime.
给出一段程序,试判断哪个是正确的结果()A.hello throwit caughtB.hello throw...
给出一段程序,试判断哪个是正确的结果()
A.hello throwit caught B.hello throwit caught finally after C.hello throwit RuntimeException after D.hello throwit caught finally after RuntimeException