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 remove Method is Implemented in a HashMap in Java ?

What is the Use of Interceptor Design Pattern in Java ?

How Multi-threading Works in Java ?

What is the Difference Between DOM and SAX Parser in Java ?

Why Java Provides Garbage Collector ?