java.util.List interface
java.util.List interface
- List is a child interface of java.util.Collection
- Child classes are, ArrayList, LinkedList, Vector and Stack.
- List have a nature to maintain insertion order and allow the duplicates.
- So, child classes also will have this common properties.
Thanks for your time.
- Nireekshan