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 Use of a Dictionary Class in Java ?

What is the Lifecycle Stages of JSP ?

How Can Be Read Data From a Form in a JSP ?

What is the Difference Between Iterator and Enumeration in Java ?

Why Integer Class in Final in Java ?