二级二级JAVA2013年全国计算机等级考试二级JAVA上机临考冲刺试卷(4)
题目内容

在下列程序的空白处,应填入的正确选项是(  )。Import java.io.*;Pulilc class ObjectStreamTest{Publilc static void main(string args[])throws IOEx-ception{OhiectOutputStream oos=new OhjectOutputStream(new FileOutputStream("serial.bin"));Java.util.Date d=new Java.util.Date();Oos (d);ObjectInputStream ois=new OhjectlnputStream(new FileOutputStream("serial.bin"));try{java.util.date restoredDate=(Java.util.Date)ois.readObject();System.out.println("read object back from serial.bin file:"+restoredDate);}Catch(ClassNotFoundException cnf){System.out.println("class not found");}}

2024-07-09

A.WriterObject

B.Writer

C.BufferedWriter

D.writerObject

题目答案

试卷相关题目

最新试卷
热门试卷

长理培训客户端 资讯,试题,视频一手掌握

去 App Store 免费下载 iOS 客户端