填空题

Java语言的异常处理机制利用【 】语句作为异常处理的统一接口。

【参考答案】

finally
<上一题 目录 下一题>
热门 试题

单项选择题
下列程序的输出结果是( )。class Father{int m.n;Father(int a,int B) { m=a;n=b}void show ( ){System.out.println( m and n: +m+ +n);}}class Son extends Father{int p;Son (int a,int b,int C) { super(a,B) ;p=c;}void show(){supur.show( );System.out.println( p: +p);}}class Test {public static void main (String args[ ]){ Son s:new Son(6,7,8); s.show( );}}
A. True
B. False
C.-1
D.1
填空题
在事件处理的过程中,主要涉及到的3个对象分别是事件、【 】和事件处理者。
相关试题
  • 在java.io包中有某个类同时实现了DataInpu...
  • Java中方法的参数传递是【 】调用,方法不...
  • CRC技术的全称是【 】。
  • 下列是一个Java应用程序,输出结果是【 】...
  • Java语言采用了【 】字符集。