Array Input in Java

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 .
Instant inspiration
Sometimes you simply need a fresh perspective to solve a challenge. Click here for a random insight from history's great thinkers.
Copyright © 2013 Dictionary.com, LLC. All rights reserved.