A

Admin • 830.32K Points
Coach

Q. Which Map implementation uses hash table and linked list to maintain order?

  • (A) HashMap
  • (B) TreeMap
  • (C) LinkedHashMap
  • (D) EnumMap
  • Correct Answer - Option(C)
  • Views: 14
  • Filed under category Java
  • Hashtags: Java Map

Explanation by: Admin
LinkedHashMap uses a hash table and a doubly-linked list to maintain insertion order.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.