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 init-param and context-param in JS ...

What is the Purpose of Properties File in Java ?

What are the Disadvantages of Multithreading in Java ?

How Can We Take Thread Dump in Java ?

Why Did Oracle Release a New Version of Java Like Java 8 ?