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 are the Differences Between a Vector and an ArrayList in Jav ...

How remove Method is Implemented in a HashMap in Java ?

Why Do We Use finalize Method in Java ?

What is a Shutdown Hook in Java ?

Does Java Allow Virtual Functions ?