GlobalLogic Interview Question

Which collection will use in multithreaded environment

Interview Answer

Anonymous

Oct 4, 2017

ConcurrentHashMap, CopyOnWriteArrayList & CopyOnWriteHashSet are best suited for multithreaded environment.

39