摘要: 1 整数除法中,除数为0,抛出一个算术异常ArithmeticException。整数取余运算中,除数为0,抛出一个ArithmeticException异常。 如: class Test { public static void main(String args[]) { System.out.p 阅读全文
posted @ 2017-10-30 19:01 cmddf 阅读(3158) 评论(0) 推荐(0)