Arrays are objects in Java that store multiple variables of the same type. They can hold primitive types or object references. Arrays are objects on the heap.
or
A collection of data items, all of the same type, in which each item's position is uniquely designated by an integer.
SOURCE : www.referjava.com
No comments:
Post a Comment