Home Tutorial Java Certification Collections Framework

 
 

Collections Framework
Posted on: July 3, 2010 at 12:00 AM
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

Related Tags for Collections Framework:


Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.