单项选择题
Java语言中,下列标识符错误的是( )。
A.Name
B.question
C.$number
D._tree
点击查看答案
<上一题
目录
下一题>
热门
试题
单项选择题
下面程序段的输出结果是( )。 public class Test public static void main(String args[ ]) int x,y; x=(int)Math.sqrt(5) 2+(int)Math.random()*5 2; y=(int)Math.sqrt(3) 2+(int)Math.random()*3 2; if (x>y) System.out.println( x>y ); else if (x==y) System.out.println( x=y ); else System.out.println( x<y );
A.x>y
B.x=y
C.x<y
D.编译错误
点击查看答案
单项选择题
一个班级有多个学生,每个学生只能属于一个班级,班级与学生之间是( )。
A.一对一的联系
B.一对多的联系
C.多对一的联系
D.多对多的联系
点击查看答案
相关试题
下面程序段的输出结果是( )。 public ...
在计算机领域中,所谓“裸机”是指( )。
向容器添加新构件的方法是( )。
不属于基本操作系统的是( )。
下列关于Frame类的说法不正确的是( )。