In this section, you will learn the advantages and disadvantages of Java Collection Framework. A collection is simply an object that groups multiple elements into a single unit. It is also called as a container sometimes.
In this section, you will learn the advantages and disadvantages of Java Collection Framework. A collection is simply an object that groups multiple elements into a single unit. It is also called as a container sometimes.In this section, you will learn the advantages and disadvantages of Java Collection Framework. A collection is simply an object that groups multiple elements into a single unit. It is also called as a container sometimes. It is used to store, retrieve, manipulate, and communicate aggregate data. Typically, it represents data items that form a natural group and allows duplicate elements while others do not. It consists of both ordered and unordered elements.
Advantages of collections framework:
Disadvantages of collections framework:
Ads