R

Ram Sharma • 3.40K Points
Extraordinary

Q. Which collection is backed by a hash table?

  • (A) TreeSet
  • (B) HashSet
  • (C) ArrayList
  • (D) Stack
  • Correct Answer - Option(B)
  • Views: 3
  • Filed under category Java
  • Hashtags:

Explanation by: Ram Sharma
`HashSet` is backed by a `HashMap` and uses hashing for storage.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.