This video discussed about ArrayList, List and Vector Collection Objects.
What is ArrayList in Java?
ArrayList is a sequential(ordered/indexed) collection and most important implementation of java.lang.List.
Some key features are:
1. ArrayList is Resizable
2. ArrayList permits adding multiple type objects
3. ArrayList supports Generic Features
4. ArrayList in ordered/sequential
5. ArrayList is by default not-sorted
6. ArrayList is a asynchronous collection object in terms of multi-threading
7. ArrayList/List/Vector allow duplicate objects
8. ArrayList can store null
Related Videos:
Collection API Introduction(Hindi):
• Collection API Introduction in Java (...
English Version:
• ArrayList and List Tutorial with Exam...