

Hi,
Here is the answer.
This is an ordered collection (also known as a sequence). The List interface extends the Collection interface to define an ordered collection,permitting duplicates.
The user of this interface has precise control over where in the list each element is inserted.The user can access elements by their integer index (position in the list), and search for elements in the list.
Thanks.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.