Collections provide a way to store arbitrary objects in a structured fashion, and we all know how useful they are in everyday ...
//Array list is a part of the collection framework and is present in java.util package.\ //its a resizable array implementation ...