
List Interface
List is an interface in java collection framework. List interface can contains duplicate elements. List interface can maintain the insertion order of elements.
In List, we can insert and delete elements on the basis of index by using list interface's...