单项选择题
给出下面的代码,则以下( )选项返回true。 String s="hello"; String t="hello"; Char c[]={'h','e','l','l','o'};
A.equals ( ;
B.equals ( ;
C.s==t;
D.t==c;
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
下列语句中错误的是( )。
A.int a[][]=new int[2][];
B.int a[][]=new int[][];
C.int a[][]=new int[2][3];
D.int[][] a=new int[3][2];
点击查看答案&解析
单项选择题
下列API不属于java. lang. Math类的是( )。
A.random ()
B.abs()
C.drawLine ()
D.sin()
点击查看答案&解析
相关试题
下列Applet在坐标 ( 20,20) 处显...
URL是 【11】 的缩写。
设有数组定义:int a[]= {11,22...
为了提高网络接口和程序之间数据发送的速度...
若x=5,y=10,则x>y && x++=...