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 Will You Sort Objects by Natural Order in a Java List ?

Why Integer Class in Final in Java ?

Why Does Java Provide Default Constructor ?

What is XMLBeanFactory in Spring Framework ?

What is the Purpose of Thread Groups in Java ?