网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
InputStream子类对象继承了InputStream类的方法read(),read()方法的定义有()。
- A、publicintread()
- B、publicintread(byteb[])
- C、publiccharread()
- D、publiccharread(byteb[])
参考答案
更多 “InputStream子类对象继承了InputStream类的方法read(),read()方法的定义有()。A、publicintread()B、publicintread(byteb[])C、publiccharread()D、publiccharread(byteb[])” 相关考题
考题
下列不是InputStream子类的是____。
A、文件输入流FileInputStreamB、对象输入流ObjectInputStreamC、字符输入流FilterInputStreamD、压缩文件输入流ZipInputStream
考题
是InputStream 的子类,用于从一个文本文件中读取Unicode 文本。A.FileReader 类B.BufferedReader 类C.FilterReader 类D.CharArrayReader 类
考题
( 22 )下列叙述中,错误的是A )所有的字节流都从 InputStream 类继承B )所有的字节输封流都从 OutputStream 类继承C )所有的字符钞流都从 OutputStreamWriter 类继承D )所有的字符输入流都从 Reader 类继承
考题
下列不是InputStream子类的是( )。A.文件输入流FilelnputStreamB.对象输入流ObjectInputStreamC.字符输入流CharlnputStreamD.压缩文件输入流Z中InputStream
考题
下列叙述中,错误的是A.所有的字节输入流都从InputStream类继承B.所有的字节输出流都从OutputStream类继承C.所有的字符输出流都从OutputStreamWriter类继承D.所有的字符输入流都从Reader类继承
考题
下列InputStream构造方法正确的是()。
A、InputStream in=new FileReader(“file.txt”)B、InputStream in=new FileInputStream(“file.txt”)C、InputStream in=new InputStreamFileReader (“file.txt”,“read”)D、FileInputStream in=new FileReader(new File(“file.txt”))
考题
下列不是InputStream子类的是( )。A.文件输入流FileInputStreamB.对象输入流0bjectlnputStreamC.字符输入流CharlnputStreamD.压缩文件输入流ZiplnputStream
考题
下列选项中,( )是FilterInputStream类构造方法的有效参数。A.无参数B.OutputStream对象C.InputStream对象D.RandomAccessFile对象
考题
下列不是InputStream子类的是A.文件输入流FileInputStreamB.对象输入流ObjectInputStreamC.字符输入流CharInputStreamD.压缩文件输入流ZipInputStream
考题
对于FileInputStream类,下列哪一项是不正确的()A、从InputStream类继承B、不支持InputStream的有些方法C、不适合读取字符文件,适合读取字节文件D、能实现文件的倒序读取
考题
Which two create an InputStream and open file the “file.txt” for reading? ()A、 InputStream in=new FileReader(“file.txt”);B、 InputStream in=new FileInputStream(“file.txt”);C、 InputStream in=new InputStreamFileReader (“file.txt”, “read”);D、 FileInputStream in=new FileReader(new File(“file.txt”));E、 FileInputStream in=new FileInputStream(new File(“file.txt”));
考题
多选题InputStream子类对象继承了InputStream类的方法read(),read()方法的定义有()。Apublicintread()Bpublicintread(byteb[])Cpubliccharread()Dpubliccharread(byteb[])
考题
单选题下列不是InputStream类的子类的是()。A
Filelnput StreamB
Objectlnput StreamC
File Output StreamD
Datalnput Stream
考题
单选题对于FileInputStream类,下列哪一项是不正确的()A
从InputStream类继承B
不支持InputStream的有些方法C
不适合读取字符文件,适合读取字节文件D
能实现文件的倒序读取
考题
单选题InputStream类或Reader类的子类是所有的()A
输入流B
输出流C
输入/输出流D
Java通信类
热门标签
最新试卷