A

Admin • 828.03K Points
Coach

Q. Which of the following Set implementations is thread-safe?

  • (A) HashSet
  • (B) TreeSet
  • (C) ConcurrentSkipListSet
  • (D) LinkedHashSet
  • Correct Answer - Option(C)
  • Views: 7
  • Filed under category Java
  • Hashtags: Java Set

Explanation by: Admin
ConcurrentSkipListSet is a thread-safe implementation of a NavigableSet.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.