2015年5月10日

Java异常处理

摘要: .异常处理 1、异常处理与捕获 a、try catch finally b、throws 2.Java异常API RuntimeException 3.Exception常用API printStackTrace getMessage getCause ... 阅读全文

posted @ 2015-05-10 23:23 manue1 阅读(306) 评论(0) 推荐(0) 编辑

线程同步

摘要: 线程同步1.synchronized2.wait、notify3.线程安全与非安全 StringBuffer 、StringBuilder Vector、Hashtable ArrayList、HashMap Collections.synchonizedList() Collection... 阅读全文

posted @ 2015-05-10 18:05 manue1 阅读(1801) 评论(0) 推荐(0) 编辑

导航