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 Difference Between a Class and an Object in Java ?

What is a Shutdown Hook in Java ?

Why We Cannot Create a Generic Array in Java ?

What is XMLBeanFactory in Spring Framework ?

How Can You Determine If Your Program Has a Deadlock in Java ?