Thursday, July 29, 2010

Arrays in java–index

Definition

An array is a data structure that stores a collection of values of the same type. You access each individual value through an integer index. For example, if a is an array of integers, then a[i] is the ith integer in the array.



One dimensional arrays

2 Dimensional arrays in java

No comments:

Post a Comment

Chitika