What are the Thread-safe Classes in Java Collections Framework ?

The Thread-safe classes in Java Collections framework are...

  • Stack
  • ConcurrentMap
  • Hashtable
  • Vector
  • ConcurrentNavigableMap
  • BlockingQueue
  • Properties


You May Interest

What is Observer Design Pattern in Java ?

What are the Advantages of Multithreading in Java ?

How Can We Improve the Performance of IdentityHashMap in Java ?

What are the Different Types of Classloaders in Java ?

What is the Purpose of Properties File in Java ?