1)array store the value of same data types. array list store value of different data types.
2)array has fixed length to store data ,arraylist is automatically increased its size as new value is inserted in arraylist.
3)type casting is not require to invoked data from array.type casting is require to invoked data from arraylist bcz vales are of different data type .