皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
阅读下列代码 import java.io.*; public class Example{ public static void main(String[] args) throws Exception { // 创建一个带缓冲区的输入流 BufferedInputStream bis = new BufferedInputStream(new ________( "src.txt")); // 创建一个带缓冲区的输出流 BufferedOutputStream bos = new BufferedOutputStream( new FileOutputStream("des.txt")); int len; while ((len = bis.read()) != -1) { bos.write(len); } bis.close(); bos.close(); } } 下列选项中,可以填写在程序空白处的是()
A.
FileInputStream
B.
File
C.
InputStream
D.
以上答案都不正确
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【判断题】根据《铁路旅客运输规程》,承运人不接受儿童单独旅行。
A.
正确
B.
错误
【判断题】根据《铁路旅客运输规程》规定,承运人不接受儿童单独旅行。()
A.
正确
B.
错误
【简答题】performative function
【多选题】________ are performative verbs.
A.
Declare
B.
Apologize
C.
Say
D.
Write
【多选题】影响债券交易价格的主要因素包括:
A.
债券自身因素
B.
政策因素
C.
宏观经济因素
D.
市场因素
【简答题】Performative
【简答题】performative
【判断题】承运人不接受儿童单独旅行。
A.
正确
B.
错误
【简答题】Performative
【简答题】performative function____
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题