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 Reason to Organize Classes and Interfaces in a Packag ...

What is the Difference Between Iterator and Enumeration in Java ?

How Strategy Design Pattern is Different From State Design Patter ...

What is a Directive in JSP ?

What is the Difference Between wait and sleep Methods in Java ?