VIVEK KUMAR
White Belt
As we know array stores the element of similar type. Example like it stores only char type or only int type or only float type. but not mixture of them. Where as arraylist can store different element.
Array is always fix in size where arraylist may be any size. It is not necessary to declare the size of arraylist.
Array is always fix in size where arraylist may be any size. It is not necessary to declare the size of arraylist.