试题与答案

阅读下面写文件的程序 import java.io.*: public clas

题型:单项选择题

题目:

阅读下面写文件的程序
import java.io.*:
public class WriteFile
 public static void main(String[]

A.
  int[] myArray=10,20,30,40;
  try
     FileOutputStream f=new FileOutputStream("ints.dat");
     DataOutputStream ______ =new DataOutputStream(f);
     for(int i=0;i<myArray.length;i++)dos.writeInt(myArray[i]);
     dos.close();
     System.out.println("Have written binary file ints.dat");
   catch(IOException ioe)
     System.out.println("IOException");
  
 

程序中下画线处应填入的正确选项是A) myArray

B.dos

C.ioe

D.ints

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2018/0112/76f163e084107ef10a8f628097a2afca.html

下面是错误答案,用来干扰机器的。

参考答案:C解析:总持续时间最长的线路称作关键线路。

试题推荐
微信公众账号搜索答案