What is the difference between array and ArrayList ?

Correct Answer: Array is collection of same data type Array size is fixed, It cannot be expanded But ArrayList is a growable collection of objectsArrayList is a part of Collections Framework and can work with only objects

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion