Java Collections

In C++ collections are not available.. In this topic i will explain about Java Collections..A Collection allows a group of objects to be treated as a single unit. Collections define a set of core interfaces. These are –

Collection
Set
List
SortedSet
Map
SortedMap
Collections also provide implementation for these interfaces.
To know more about Java Collections Click the link given below
http://www.javaprepare.com/java-tutorial/java-collections/

C++ Tutorial
http://www.cplusplus.com/doc/tutorial/
Last edited on
Topic archived. No new replies allowed.