Java Collections


Collection Framework

It defines a group of interfaces & classes which can be used for representing a group of objects as single entity

Before we going to learn  about collections , first we have to know difference between Arrays and collections

9 key interfaces in collection frame work:

  1. Collection: It is the root interface of entire collection frame work. This can be used for representing a group of individual objects as single entity.
  2. List(Interface)



No comments: