Back

Explore Courses Blog Tutorials Interview Questions
0 votes
4 views
in Java by (6.5k points)
What are all the most commonly used ones?

1 Answer

0 votes
by (11.3k points)

List interfaces are primarily implemented in the forms of:

  • HashMaps
  • TreeMap
  • HashTable 
  • EnumMap

You'll keep finding newer forms of data structures to store such kinds of values as you progress in your endeavors to learn java. The most efficient way to understand all of these is to keep practicing.

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...