Tuesday 18 March 2014

Collections

Collections are the data structures used to store, retrieve, manipulate, and communicate aggregate data.

For Example, A Stack is a data structure used to store the items into it, and process the items in Last in First Out (LIFO) Order.

Java Provides Collection Framework, Which contains a set of interfaces, And classes that implements the interfaces, And Algorithms which is used to perform operations like searching, sorting etc.,
Prevoius                                                 Next                                                 Home

No comments:

Post a Comment