摘要:
1.ClassCastException 类型转换异常 2.NullPointerException 空指针异常 3.ArrayIndexOutOfBoundsException 数组下标越界异常 4.ArithmeticException 算术异常 5.ArrayStoreException 数组 阅读全文
posted @ 2019-03-17 16:54
想看云飞却没风~
阅读(473)
评论(0)
推荐(0)
摘要:
public class TheSameName { private int x; private class Inner { private int x = 9; public void doit(int x) { x++; //调用的是形参x this.x++; //调用内部类的变量x TheS 阅读全文
posted @ 2019-03-17 14:42
想看云飞却没风~
阅读(350)
评论(0)
推荐(0)

浙公网安备 33010602011771号