单项选择题

线程交互中不提倡使用的方法是( )。

A.wait()
B.notify()
C.stop()
D.notifyall()
<上一题 目录 下一题>
热门 试题

单项选择题
阅读下列代码后 public class Person int art[]=new int[10]; public static void main(String args[]) System.out.println(arr[1]); 正确的说法是( )。
A.编译时将产生错误
B.编译时正确,运行时将产生错误
C.输出零
D.输出空
单项选择题
关系模型允许定义3类数据约束,下列不属于数据约束的是( );
A.实体完整性约束
B.参照完整性约束
C.域完整性约束
D.用户自定义的完整性约束
相关试题
  • 执行下面程序后输出的正确结果是( )。 ...
  • 阅读下列代码 public class Test200...
  • 阅读下列代码 public class Test200...
  • Java的核心包中,提供编程应用的基本类的包...
  • 类声明中final修饰符指明该类( )。