题目内容:
执行下列程序时,会产生什么异常( )。 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.EOFExeeption
参考答案:【答案仅供学习,请勿对照自行用药等】
答案解析: