what is the difference between array and list
Array and list difference
actually arrayList and array
ArrayList is a dynamic sized array where as array is a fixed sized array. ArrayList is also part of the collection framework of java so most of the functionalities are applied here but array is a simple basic data structure.