单选题在E-R图中,用来表示实体联系的图形是( )。
单选题软件详细设计产生的图如下:该图是( )。
单选题一间宿舍可以住多个学生,则实体宿舍和学生之间的联系是( )。
单选题下列叙述中,正确的是( )。
单选题下列叙述中正确的是( )。
单选题阅读下列代码:为保证程序能正确执行,程序中下划线处应填写的是( )。
单选题Java中的线程模型由三部分组成,与线程模型组成无关的是( )。
单选题下列Simple类定义的方法中,属于Applet生命周期方法的是( )。
单选题Class类的对象由( )自动生成,隐藏在.class文件中,它在运行时为用户提供信息。
单选题阅读下列程序:publicclassVariableUsepublicstaticvoidmain(string[]args)inta;if(a==8)intb=9;System.out.println(“a=”+a;System.out.println(“b=”+b;System.out.println(“a=”+a;System.out.println(“b=”+b:该程序在编译时的结果是(
单选题阅读下列代码:其运行结果是( )。
单选题下列运算符中,优先级最高的是( )。
单选题在关系数据库中,用来表示实体间联系的是( )。
单选题下列情况中,不会使线程返回所持有的对象锁的是( )。
单选题阅读下列程序片段:publicvoidtest()trysayHello();system.out.println(hello);catch(ArraylndexOutOfBoundExceptione)System.out.println(ArrayIndexOutOfBoundException);catch(Exceptione)System.out.println(Exception);f
单选题下列关于Java线程的说法中,错误的是( )。
单选题在匹配器(Matcher)类中,用于输入字符串与模式串比较的方法是( )。
单选题数据字典(DD所定义的对象包含于( )。
单选题下列程序的运行结果是( )。classShapepublicShape()System.out.print(Shap):))classCircleextendsShapepublicCircle()System.out.print(Circle):publicclassTestpublicstaticvoidmain(String[]args)Shapedd=newCircle();
单选题软件需求规格说明书的作用不包括( )。
