Java常用异常与集合

2014-11-23 21:52:20 · 作者: · 浏览: 74

  常用异常:


  UnsupportedOperationException不支持的操作


  IllegalArgumentException非法参数


  IndexOutOfBoundsException索引出界


  IllegalStateException非法状态


  常用集合:


  List:


  ArrayList


  LinkedList


  Map:HashMap


  Set:HashSet


  好多集合都过期了,别乱用。


  编辑特别推荐: