Introduction to ArrayList in Java

Java ArrayList class uses a dynamic array for storing the elements. It is same like traditional an array with no size limit. So, it is much more flexible than the traditional array.

Code :