Embed presentation
Download to read offline

In Java, a Collection interface is part of the Java Collections Framework (JCF), which defines a common set of methods for manipulating and accessing collections of objects. A collection is a group of objects, known as elements, that can be manipulated as a single unit.
