GlobalLogic interview question

Which collection will use in multithreaded environment

Interview Answer

Anonymous

4 Oct 2017

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

39