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 Reason For Overriding equals Method in Java ?

How remove Method is Implemented in a HashMap in Java ?

What is the Lifecycle Stages of JSP ?

What are the Different States of a Thread in Java ?

Why Should You Define a Default Constructor in Java ?