下列选项中属于过滤流Filter Input Stream的子类的是()。
第1题:
Our house is located at the foot of a hill, ____.
A. it’s facing a stream
B. it’s faced a stream
C. its front facing a stream
D. its front faced a stream
第2题:
Output is data that has been processed into useful form. called(27). That is a computer processes input into output.
A.data
B.information
C.interface
D.system
第3题:
如要求读取大文件的中间一段内容,最方便的是采用下列哪种流来操作?
A.File Stream
B.Pipe Stream
C.Random Stream
D.Filter Stream
第4题:
下列Java语句从指定网址读取html文件,在下画线处应填上的选项是( )。
A.Reader
B.Data Output Stream
C.Byte Array Input Stream
D.Input Stream Reader
第5题:
第6题:
下面的说法不正确的是()
第7题:
When comparing java.io.BufferedWriter to java.io.FileWriter, which capability exists as a method in only one of the two?()
第8题:
File Output Stream类的父类是()
第9题:
提供println()方法和print()方法的类是()
第10题:
closing the stream
flushing the stream
writing to the stream
marking a location in the stream
writing a line separator to the stream
第11题:
response.get Writer ()
response.get Output Stream ()
response.get Output Writer ()
response.get Writer ().get Output Stream()
response.get Writer (Writer.OUTPUT_TEXT)
第12题:
Data Input Stream
Data Output Stream
Print Stream
Buffered Output Stream
第13题:
为实现多线程之间的通信,需要使用下列( )流才合适。
A.filter stream
B.file stream
C.random access stream
D.piped stream
第14题:
为读取的内容进行处理后再输出,需要使用( )。
A.File stream
B.Pipe stream
C.Random stream
D.Filter stream
第15题:
在J2EE中,下面的代码中出现编译错误的是()。
A.Filef=newFile("/","autoexec.bat");
B.DataInput Streamdin=new Data Input Stream(new File Input Stream("autoexec.bat"));
C.Input Stream Readerin=new Input Stream Reader(System.in);
D.Output Stream Writer out=new Output Stream Writer(System.in);
第16题:
为读取的内容进行处理后再输出,需要使用下列哪种流?
A.File stream
B.Pipe stream
C.Randam stream
D.Filter stream
第17题:
在读字节文件Employee.dat时,使用该文件作为参数的类是()。
第18题:
For a given Servlet Response response, which retrieves an object for writing binary data? ()
第19题:
不同的操作系统使用不同的路径分隔符。静态常量separator表示路径分隔符,它属于的类是()
第20题:
下面哪个流类属于面向字符的输入流()
第21题:
For a given Servlet Response response, which two retrieve an object for writing text data? ()
第22题:
response.get writer ()
response.get Output Stream ()
response.getOutput Writer()
response.get Writer ().get Output Stream ()
response.get Writer (Writer.OUTPUT_BINARY)
第23题:
Buffered Reader
Data Input Stream
Data Output Stream
File Input Stream