A. ) FileReader
B. ) BufferedReader
C. ) FileInputStream
D. ) ObjectInputStream
[单选题]在程序读入字符文件时,能够以该文件作为直接参数的类是A.FileReaderB.BufferedReaderC.FileInputStreamD.ObjectInputStream
[单选题]在程序读入字符文件时,能够以该文件作为直接参数的类是( )。A.FileReaderB.BufferedReaderC.FilelnputStreamD.ObjectlnputStream
[单选题]在程序读入字符文件时,能够以该文件作为直接参数的类是( )。A.FileReaderB.BufferedReaderC.FileInputStreamD.ObjcctInputStream
[单选题]在读字符文件Employee.dat时,使用该文件作为参数的类是A.BufferedReaderB.DataInputStreamC.DataOutputStreamD.FileInputStream
[单选题]在读字符文件Employee.dat时,使用该文件作为参数的类是( )。A.BufferedReaderB.DatalnputStreamC.DataOutputStreamD.FilelnputStream
[单选题]在读字符文件Employee.dat时,使用该文件作为参数的类是( )。A.BufferedReaderB.DataInputStreamC.DataOutputStreamD.FileInputStream
[单选题]在读字符文件emplyee.dat时,使用该文件作为参数的类是( )。A.BufferReaderB.DataInputStreamC.DataOutputStreamD.FileInputStream
[单选题]fgetc函数的作用是从指定文件读入—个字符,该文件的打开方式必须是______。A.只读B.追加C.读或读写D.以上均正确
[单选题](34)为了从当前文件夹中读入文件File l .txt,某人编写了下面的程序:Private Sub Command 1_CLick()Open"File l .txt" For Output As #20D.o While Not EOF(20)Line Input #20, ch$Print chLoopC.lose #20E.nd Sub程序调试时,发现有错误,下面的修改方案中正确的是A.)在Open语句中的文件名前添加路径B.)把程序中各处的"20"改为"1"C.)把Pri
[单选题]fgetc函数的作用是从指定文件读入一个字符,该文件的打开方式必须是______。A.只读B.追加C.读或读写D.以上均正确