线程安全的类,Lock锁
线程安全 --------> 线程不安全 StringBuffer StringBuilderVactor ArrayListHashtable HashMap不过一般多线程环境下,也不使用 Vector 和 Hashtable// 通过使用 Collections 集合工具类, 转为线程安全 List<String> list = Collections.synchronizedList(