Showing posts with label Java Language. Show all posts
Showing posts with label Java Language. Show all posts

Java Collections

Let us start this advanced concepts with Collections, which is most important framework in Java language. 
  • A Collection is a group of objects.
  • A collection sometimes called a container is simply an object that groups multiple elements into a single unit. 
  •   Collections are used to store, retrieve, manipulate, and communicate aggregate data.