what is collections?

what is collections?

View Answers

January 18, 2011 at 1:37 PM

Hi Friend,

The Collections Framework is made up of different sets of interfaces for storing and manipulating groups of data into a single unit. It consists of several interfaces, and classes that implements those interfaces, within the java.util package.

For more information, visit the following link:

Collections Tutorial

Thanks









Related Tutorials/Questions & Answers:
Advertisements