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

When Do You Use Exception or Error in Java ?

How Will You Use a Cookie in JSP ?

What is the Use of Jsp:useBean in JSP ?

What is the Difference Between Throw and Throws in Java ?

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