摘要:
package cn.kgc.demo03collections; import java.util.*; public class Demo02Sort { public static void main(String[] args) { // 1 创建集合 ArrayList al = new 阅读全文
摘要:
一,常用异常信息 Array Index Out Of Bounds Exception! 数组下标越界异常 Null Pointer Exception! 空指针异常 Class Cast Exception! 类型转换异常 Arithmetic Exception! 算术错误异常 Class N 阅读全文