What is the List interface

The List interface provides support for ordered collections of objects.

Showing Answers 1 - 1 of 1 Answers

List is a collection of ordered sequence which may also contain duplicate elements. The elements in the list can be searched using elements integer index.
List interface provides access for four methods namely:
1.Positional access
2.Search
3.Iterations
4.Range-view

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions