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

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

How Can We Improve the Performance of IdentityHashMap in Java ?

What is the Purpose of Properties File in Java ?

Why Do We Use finalize Method in Java ?

How Can We Print an Array in Java ?