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

Comments

Recent Post

Recent Posts Widget

Popular posts from this blog

Capture image from webcam java code, examples

Use of req.query, req.params and req.body in NODE JS

How to capture finger prints in java