单项选择题

执行下列程序时,会产生什么异常 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.ArraylndexOutOfBoundsException
B.NumberFormatException
C.ArithmeticExCeption
D.EOFException
题目列表

你可能感兴趣的试题

微信扫码免费搜题