All IT Courses 50% Off
JAVA Tutorials

Uses of Collection API And Its Examples Part 1

Core Java Training Videos

• Collection Interface
• This interface is used to represent a group of individual objects as a single entity
• List Interface
• It is a child interface of collection interface
• If we want to represent a group of individual objects as a single entity. Where duplicate data are allowed and indexing is preserved , then we should go for List interface

Facebook Comments

Related Articles

Back to top button