单项选择题
给出下列的代码,则以下哪个选项返回true String s = "hello"; String t = "hello"; char c[ ] = {''h'',''e'',''l'',''l'',''o''};
A.s.equals(t);
B.t.equals(c);
C.s = =t
D.t = = c;
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
给出下列的代码,则以下哪个选项返回trueString s = hello ;String t = hello ;char c[ ] = {''h'',''e'',''l'',''l'',''o''};
A. Sub Pro4 (x As Form)
B. Sub Pro4 (y As Control)
C. Sub Pro4 (Forml As Form,Labell As Control)
D. Sub Pro4 (x As Currency)
点击查看答案&解析
单项选择题
下列哪个选项不是Java的保留字
A.Style
B.Caption
C.Enabled
D.Default
点击查看答案&解析
相关试题
设有下列两个类的定义,则类Person和类Man...
下列代码的执行结果是( )。public clas...
关于Java语言的健壮性特点,下列说法不正确...
执行int x=(int)(Math.random()*...
在AWT组件中用复选框组构件CheckboxGroup实...