List Interface
List Interface:
"List interface is used for storing element as a sequence. It means List maintain the sequence according to inserted order. List interface extends the Collection interface. List maintains the index of all elements. So you can insert and retrieve elements by their index.
Keep in mind that list may contain duplicate elements...."
Read Full About click on List Interface
"List interface is used for storing element as a sequence. It means List maintain the sequence according to inserted order. List interface extends the Collection interface. List maintains the index of all elements. So you can insert and retrieve elements by their index.
Keep in mind that list may contain duplicate elements...."
Read Full About click on List Interface
Comments
Post a Comment