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 Do We Use Tag Library in JSP ?

What are the Differences Between Collection and Collections in Ja ...

What is the Different Type of Tag Library Groups in JSTL ?

Can We Use Thread.sleep Method For Real-time Processing in Java ?

What is Template Method Design Pattern in Java ?