网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
具有readLine()方法的类是()。
A
FileWriter
B
InputStreamReader
C
FileReader
D
BufferedReader
参考答案
参考解析
解析:
暂无解析
更多 “单选题具有readLine()方法的类是()。A FileWriterB InputStreamReaderC FileReaderD BufferedReader” 相关考题
考题
以下说法哪个是错误的()
A.readlines()和readline()是一样的B.安全的做法是,使用完文件后用close将其关闭C.Xreadlines()方法遇到\n就结束,并返回D.readline()方法可以指定一个非负参数,表示读取字节数
考题
下面不能从文本文件中读取数据的是()。
A.TextStream对象的Read方法B.TextStream对象的ReadLine方法C.TextStream对象的ReadAll方法D.TextStream对象的OpenAsTextStream方法
考题
关于BufferedReader类的readLine()方法,以下说法正确的是()。A.方法readLine()每次读取一行数据B.方法readLine()每次读取一个字节C.该方法可能抛出IOException异常,调用该方法时通常应将它放到try块中,并通过catch块处理异常D.如果读到流的末尾,该方法返回的结果为null
考题
Giventhatcisareferencetoavalidjava.io.Consoleobject,whichtwocodefragmentsreadalineoftextfromtheconsole?()
A.Strings=c.readLine();B.char[]c=c.readLine();C.Strings=c.readConsole();D.char[]c=c.readConsole();E.Strings=c.readLine(%s,name);F.char[]c=c.readLine(%s,name);
考题
下面不能从文本文件中读取数据的有()ATextStream对象的Read方法BTextStream对象的Readline方法CTextStream对象的ReadAll方法DTextStream对象的OpenAsTextStream方法
考题
Given that c is a reference to a valid java.io.Console object, which two code fragments read a line of text from the console?()A、String s = c.readLine();B、char[ ] c = c.readLine();C、String s = c.readConsole();D、char[ ] c = c.readConsole();E、String s = c.readLine("%s", "name ");F、char[ ] c = c.readLine("%s", "name ");
考题
下面不能从文本文件中读取数据的有()A、TextStream对象的Read方法B、TextStream对象的Readline方法C、TextStream对象的ReadAll方法D、TextStream对象的OpenAsTextStream方法
考题
对象A的ParentClass属性为P,BassClass属性为B,则下列说法中正确的是()A、对象A具有类B的部分属性,但必定具有类P的所有属性B、对象A具有类P或B的部分属性C、对象A具有类P的部分属性,但必定具有类B的所有属性D、对象A具有类P和B的所有属性和方法
考题
下面对Read()和ReadLine()方法的描述,哪些是正确的()。A、Read()方法一次只能从输入流中读取一个字符B、使用Read()方法读取的字符不包含回车和换行符C、ReadLine()方法读取的字符不包含回车和换行符D、只有当用户按下回车键时,Read()和ReadLine()方法才会返回
考题
以下的C#代码:static void Main(string[]args){Console.WriteLine("运行结果:{0}",Console.ReadLine());Console.ReadLine();}代码运行结果为()。A、在控制台窗口显示“运行结果:”B、在控制台窗口显示“运行结果:{0}”C、在控制台窗口显示“运行结果:,Console.ReadLine”D、如果用户在控制台输入“A”,那么程序将在控制台显示“运行结果:A”
考题
Given that c is a reference to a valid java.io.Console object,which two code fragments read a line of textfrom the console?()A、String s = c.readLine();B、char[] c = c.readLine();C、String s = c.readConsole();D、char[] c = c.readConsole();E、String s = c.readLine("%s", "name ");
考题
多选题Given that c is a reference to a valid java.io.Console object, which two code fragments read a line of text from the console?()AString s = c.readLine();Bchar[ ] c = c.readLine();CString s = c.readConsole();Dchar[ ] c = c.readConsole();EString s = c.readLine(%s, name );Fchar[ ] c = c.readLine(%s, name );
考题
多选题下面对Read()和ReadLine()方法的描述,哪些是正确的()。ARead()方法一次只能从输入流中读取一个字符B使用Read()方法读取的字符不包含回车和换行符CReadLine()方法读取的字符不包含回车和换行符D只有当用户按下回车键时,Read()和ReadLine()方法才会返回
考题
多选题Given that c is a reference to a valid java.io.Console object,which two code fragments read a line of textfrom the console?()AString s = c.readLine();Bchar[] c = c.readLine();CString s = c.readConsole();Dchar[] c = c.readConsole();EString s = c.readLine(%s, name );
考题
单选题下面不能从文本文件中读取数据的有()A
TextStream对象的Read方法B
TextStream对象的Readline方法C
TextStream对象的ReadAll方法D
TextStream对象的OpenAsTextStream方法
考题
单选题以下的C#代码:static void Main(string[]args){Console.WriteLine("运行结果:{0}",Console.ReadLine());Console.ReadLine();}代码运行结果为()。A
在控制台窗口显示“运行结果:”B
在控制台窗口显示“运行结果:{0}”C
在控制台窗口显示“运行结果:,Console.ReadLine”D
如果用户在控制台输入“A”,那么程序将在控制台显示“运行结果:A”
热门标签
最新试卷