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 Can We Prevent Busy Waiting in Java ?

What is the Main Difference Between a Session and Cookie in JSP ?

How Will You Sort Objects by Natural Order in a Java List ?

What is the Reason For Overriding equals Method in Java ?

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