单项选择题
执行下列程序时,会产生什么异常 public class Test { public static void main(String args[ ])( int d=101; int b=220; long a=321; System.out.println((a-B) /(a-b-D) ); } }
A.ArrayIndexOutOfBoundsException
B.NumberFormatException
C.ArithmetieException
D.EOFException
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
下列java组件中,不属于容器的是
A.Panel
B.Window
C.Frame
D.Label
点击查看答案&解析
相关试题
下面程序段的输出结果是 public class T...
下面程序段的输出结果是 public class T...
能将程序补充完整的选项是 class Person...
下面程序段的输出结果为 public class T...
下面程序段的输出结果是 class Test{ p...