问题描述:
[单选]
下列程序将类C15的对象写入文件file15.txt,选择正确的语句填入下列程序的横线处。 package ch2; import jav
A.util.*; import jav
B.a.io.*; class C15______ public iht a; public void setInt(int newa) a = newa; public class Testl5 pulibc static void main(String[] args) C15 obj = new C15(); try FileOutputStream fos =newFileOutputStream("ch2\\filel5.txt"); ObjectOutputStream oos = ObjectOutputStream(fos); Obj.setInt(10); oos.writeObject(obj); oos.close (); fos.close(); catch(IOException ioe) io
C.e.printStackTrace();
D.A. implements Runnable
E.B. implements Sedalizable
参考答案:查看无
答案解析:无
☆收藏
答案解析:无
☆收藏
- 我要回答: 网友(3.129.70.138)
- 热门题目: 1.下列程序的输出结果为()。 2.若有定义语句:double 3.若有表达式(w)(--x):