Array:
Array has fixed in size.
We can't insert the values in between the arrays
Also we can't remove the values form middle of an arrays.
There is no boxing and unboxing process on Array
Collections:
Collection has dynamic in size.
We can insert item in between of the collection
We can remove an item from middle of collection
There is process of Boxing and Unboxing on Collection.