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 the Difference Between StringBuffer and StringBuilder in ...

Why We Cannot Create a Generic Array in Java ?

What is the Difference Between pass by reference and pass by valu ...

What are the Examples of Observer Design Pattern in JDK ?

How Stack and Heap Work in Java Multi-threading Environment ?