首页 > 计算机 > 计算机考试 正文

[填空题] 请在下列程序的空白处,填上适当的内容:  Import java. awt. *;  Import java. util. *;  Class BufferTest{  Public st

时间:2021-07-20 17:02:58 解答: 81 次

[填空题] 请在下列程序的空白处,填上适当的内容:  Import java. awt. *;  Import java. util. *;  Class BufferTest{  Public static void main(string args[])  Throws IOException{  FileOutputStream unbuf=  new FileOutputStream(“test.one”) ;  BufferedOutputStream buf=  new 【11】 (new FileOutputStream(“test.two”));  System.out.println  (“write file unbuffered: ” + time(unbuf) + “ms”);  System.out.println  (“write file buffered: ” + time(buf) + “ms”);  }  Static int time (OutputStream os)  Throws IOException{  Date then = new Date();  for (int i=0; i<50000; i++){  os.write(1);  }  }  os.close();  return(int)(()new Date()).getTime() - then.getTime());  }  

正确答案:

BufferedOutputStream

  • 相关题库

请充值VIP继续使用(未注册用户支付后会自动注册登录)

×

95元 29元

VIP截止日期:2025-01-02 11:17:52

←请使用支付宝扫码支付

95元 29元

VIP截止日期:2025-01-02 11:17:52

←请使用微信扫码支付