Arrays in java are much like arrays in any other language. They are referenced by an index, usually a numerical value like 1,2, or 3. Sometimes you can reference arrays using a string too, like A,B, or C. Here is a sample way for array input in java: myArray = new Object(); myArray[1] = 324; or myArray[1] = "MyString";. For more information on using arrays in javascript check out
. http://www.w3schools.com/jsref/jsref_obj_array.asp.