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 wait and sleep Methods in Java ?

What are the Uses of Reflection in Java ?

What is an Output Comment in JSP ?

What is the Difference Between DOM and SAX Parser in Java ?

What are the Differences Between a HashSet and a HashMap in Java ...