Concurrent Collection

  • Concurrent Collection provides a way to store group of similar objects as a single unit/entity
  • It can be accessed by multiple threads and performs operations simultaneously
  • Concurrent Collection classes never throws ConcurrentModificationException

Here is the index for Java Concurrent Collection concepts introduced Java 1.5 version

Concurrent Collection 

Concurrent Map

Concurrent List

Concurrent Set

Interview Question & Answers

Suggest tutorials from Contact Us page

Happy Coding !!
Happy Learning !!