[(https://github.com/AobingJava/JavaFamily/blob/master/docs/basics/HashMap.md)]HashMap > 面试官,在这样的场景,我们一般都会使用HashTable或者ConcurrentHashMap,但是因为前者的并发度的原因基本上没啥使用场景了,所以存在线程不安全的场景我们都使用的是ConcurrentHashMap。 存在线程安全的场景我们都使用的是ConcurrentHashMap