2015年4月1日

线程安全Collections.synchronizedList

摘要: ollections.synchronizedList引发的线程安全问题有些容器是线程安全的(Vector,ConcurrentLinkedQueue等),有些则不是(list等),利用类似 private static List taskQueue = Collections.synchroniz... 阅读全文

posted @ 2015-04-01 17:29 leihupqrst 阅读(225) 评论(0) 推荐(0)

导航