What Are Differences Between Arrays and Collections
What Are Differences Between Arrays and Collections
Arrays
Collections
1. Arrays r fixed in size and hence once we created an array we are not allowed to
increase or decrease the size based on our requirement.
1. Collections are growable in nature and hence based on our requirement we can
increase or decrease the size.
6. For every requirement ready made method support is available. Being a programmer
we have to know how to use those methods and we are not responsible to implement
those.