单项选择题
下列字符中表示回车符号的是( )。
A.\n
B.\r
C.\b
D.\f
点击查看答案
<上一题
目录
下一题>
热门
试题
单项选择题
创建字符串s:String s=new String( xyzy ):以下( )将改变s。
A.append("a")
B.concat("s")
C.substring(3)
D.以上语句都不会
点击查看答案
单项选择题
下列( )选项不是InputStream类中的方法。
A.public abstract int read( ) throws IOException
B.public final void writeInt (int throws IOException
C.public void close( )throws IOException
D.public int available( )throws IOException
点击查看答案
相关试题
Java语言中,______________...
下面程序的运行结果是__________...
URL是________________的...
Java程序的安全性体现在多个层次上,在__...
Swing的事件处理机制包括()、事件和事件...