A

Admin • 828.03K Points
Coach

Q. Which class provides a concurrent sorted set implementation?

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

Explanation by: Admin
ConcurrentSkipListSet is a thread-safe, sorted set implementation.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.