In this blog we will learn about ArrayList. ArrayList is one of the collection class of collection framework. It is a way of storing elements dynamically in an array. It implements the List interface ...
In this blog we will learn how to iterate over the elements of a collection (here we considered ArrayList) using generics and without generics. First we will go through the process of using iterator ...
A Collection in simple terms means when a group of similar things, often a group created by someone is known as a collection. A collection when collected works like a container – it groups multiple ...