提交 408fef13 编写于 作者: CSDN-Ada助手's avatar CSDN-Ada助手

增加题目

上级 8f066970
{
"type": "code_options",
"author": "clong",
"source": "Abstract.md",
"exercise_id": "",
"notebook_enable": true
}
\ No newline at end of file
# 流概述
以下关于java流的说法不正确的是:
## 答案
```
I/O流操作的对象仅为磁盘文件
```
## 选项
### A
```
流是一组有序的数据序列
```
### B
```
流可以分为输入流和输出流
```
### C
```
java的各种io操作在java.io包中
```
......@@ -2,6 +2,6 @@
"node_id": "java-9d6d81f6283d414ba54d97cb25373b7c",
"keywords": [],
"children": [],
"export": [],
"export": ["Abstract.json"],
"title": "流概述"
}
\ No newline at end of file
{
"node_id": "java-56b6286ea8fa4b27b79e8b213db7204a",
"keywords": [],
"children": [
{
"BufferedInputStream类与BufferedOutputStream类": {
"keywords": [],
"children": [],
"node_id": "java-5af453276cf74fa68de03f85636a127d",
"title": "BufferedInputStream类与BufferedOutputStream类"
}
},
{
"BufferedReader类与BufferedWriter类": {
"keywords": [],
"children": [],
"node_id": "569d5e11c4fc5de7844053d9a733c5e8",
"title": "BufferedReader类与BufferedWriter类"
}
}
],
"export": [],
"title": "带缓冲的输入输出流"
}
\ No newline at end of file
{
"node_id": "java-454658fa2a694039b3610120dd13d49d",
"keywords": [],
"children": [],
"export": [],
"title": "带缓存的输入输出流"
}
\ No newline at end of file
{
"node_id": "java-41dbdf68bd6a4b52a8673a57dcd6ee3e",
"keywords": [],
"children": [],
"export": [],
"title": "数据输入输出流"
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册