R

Ram Sharma • 3.40K Points
Extraordinary

Q. Which of these is not an implementation of the List interface?

  • (A) ArrayList
  • (B) LinkedList
  • (C) Vector
  • (D) HashSet
  • Correct Answer - Option(D)
  • Views: 10
  • Filed under category Java
  • Hashtags:

Explanation by: Ram Sharma
`HashSet` implements the Set interface, not List.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.