线程安全的类
StringBuffer,Vector,HashTable,concurrenthashmap,enumeration,stack,property实现了map接口,是hashtable的一个子类,所以是线程安全的,concurrenthashmap采用分段加锁的机制来确保安全
StringBuffer,Vector,HashTable,concurrenthashmap,enumeration,stack,property实现了map接口,是hashtable的一个子类,所以是线程安全的,concurrenthashmap采用分段加锁的机制来确保安全
