Java - Collection - List
List:
- List is an interface
- When we need to allow duplicates and insertion order should maintain then will go for list.
Types:
- ArrayList
- LinkedList
- Vector
Comments
Post a Comment