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:
- 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.
- List(Interface):

No comments:
Post a Comment