首页
技术面试题 3000
Java中IO流分为几种?
Java中IO流分为几种?
答案解析
分为字节流(InputStream/OutputStream)和字符流(Reader/Writer),各自有输入输出两种。
返回列表
返回首页