arrays vs collections

‮sptth‬://www.lautturi.com
arrays vs collections

differences between arrays and collections

1.Arrays are fixed in size but Collections are dynamic size.
2.Arrays can hold both primitives and wrapper objects but collections can hold only objects.
3.There are iterators for collection but not for arrays.

Created Time:2017-09-01 13:40:21  Author:lautturi