Java syntax: Difference between revisions

Content deleted Content added
Wikimsd (talk | contribs)
Wikimsd (talk | contribs)
Line 95:
* Java arrays have a single dimension; support for mutli-dimension arrays is provided by the language, but multi-dimension arrays are implemented as arrays of arrays.
 
// Declare the array - tell the compiler the array's name and what type it's elements will be
SomeClass[] myArray;