Collections Framework


 

Collections Framework

In this SCJP topic you will learn about collection framework.

In this SCJP topic you will learn about collection framework.

The Collections Framework provides a well-designed set of interfaces and classes for storing and manipulating the groups of data into a single unit. The collections framework is a unified architecture which is used to represent and manipulate collections. The framework allows the collections to get manipulated independently, additionally it reduces the programming efforts and increases performance.

For more details click on the following links

Introduction to Collections Framework

Collection Interfaces

Set Interface

Introduction to List and Queue Interface

Introduction to Map and SortedMap Interface

Introduction to collection Implementations

Introduction to Collection Algorithms

Custom Collection Implementations

Java Collection Examples

Ads