1.  >>  成人高等教育 / JAVA程序设计
 成人高等教育 / JAVA程序设计

运行下面程序时,会产生什么异常?( ) public class X7_1_5 {
public static void main(String[] args) {
int[] z = {
1,2,3,4
}
; int p = z[4]; int x = 0; int y = 5/x;
}
}
  • A、
    ArithmeticException
  • B、
    NumberFormatException
  • C、
    ArrayIndexOutOfBoundsException
  • D、
    IOException
  积分
 参考答案:
 佳题速递: