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

Why We Cannot Create a Generic Array in Java ?

What are the Differences Between a Vector and an ArrayList in Jav ...

What is a Directive in JSP ?

What is an EnumSet in Java ?

What are the Main Benefits of Collections Framework in Java ?