JavaSE基础知识笔记
抛异常:e.getMessage()e.toString()e.printStackTrace()Colletion常用方法:add remove contains clear isEmpty size--------------------List--------------------------------------------List特点:1.有序:存储和取出的元素顺序一致2.可重复:存储的元素可以重复List特有方法:add:插入指定位置remove:删除指定索引处的元素