1、ArrayIndexOutOfBoundsException
索引越界,拜访了数组中不存在的索引对应的元素,造成索引越界问题
2、NullPointerException
空指针异样