下列选项中,不属于FileReader类的方法的是( )。
A: toString()
B: close ()
C: readLine()
D: read()
A: toString()
B: close ()
C: readLine()
D: read()
举一反三
- 下列选项中,不属于FileReader类的方法的是( ) A: ead() B: close() C: eadLine() D: toString()
- 下列选项中,不属于FileReader类的方法的是()
- Python打开文件的方法为()。 A: read() B: open() C: close() D: readline()
- 下列选项中,哪个不是Python读文件的方法( )。 A: read() B: readline() C: readlines() D: readtext()
- 以下类/接口中,定义了 readLine() 方法的类/接口是 ( ) A: FileInputStream B: InputStreamReader C: FileReader D: BufferedReader