填空题

关系操作的特点是 ______ 操作。

【参考答案】

集合
<上一题 目录 下一题>
热门 试题

单项选择题
下面程序段的输出结果是______。 class Test public static void main (String args[]) MyThread t=new MyThread(); t.displayOutput( t has been created ); t.start(); class MyThread extends Thread public void displayOutput(String s) System.out.println(s); public void run() displayOutput( t is running );
A) t has been created
t is running
B) t has been created
C) t is running
D) 编译错误
单项选择题
定义类头时能使用的修饰符是( )。
A) private
B) static
C) protected
D) abstract
相关试题
  • 过滤字节输出流都是_______抽象类的...
  • 在下列Java Applet程序的下画线处填入代码...
  • setLayout()方法是所有容器的父类___...
  • 包含Swing构件的Applet(小应用程序)应该...
  • 数据的组织和存储会直接影响算法的实现方式...