Java常用异常与集合计算机等级考试
文章作者 100test 发表时间 2010:01:01 12:28:56
来源 100Test.Com百考试题网
常用异常:
UnsupportedOperationException不支持的操作
IllegalArgumentException非法参数
IndexOutOfBoundsException索引出界
IllegalStateException非法状态
常用集合:
List:
ArrayList
LinkedList
Map:HashMap
Set:HashSet
好多集合都过期了,别乱用。
编辑特别推荐:
java匿名内部类的使用场景(2)
java匿名内部类的使用场景(1)