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 Will You Use Other Java Files of Your Application in JSP Code ...

Replacing Hashtable With ConcurrentHashMap in Java

What is a Directive in JSP ?

What is the Reason to Organize Classes and Interfaces in a Packag ...

How Can We Prevent Busy Waiting in Java ?