Define Array in Java »
By Ramakrishna on Dec 16, 2008 in Define Array in java | 0 Comments
An Array is a group of similar data type items that share a common name. Arrays occupies contiguous memory locations. Array size is fixed and cannot be altered dynamically. For example, we can define an array name as salary to represent a set of salaries of a group of employees. A particular value is indicated [...]
