Java View all facts Glossary Help |
object > array > multidimensional array |
multidimensional array comparison table |
Subject | is a kind of | have example | has definition | create by |
---|---|---|---|---|
array | object | //the following sums all the elements of an integer array: | A collection of data items that are all of the same type, in which each item's position is uniquely designated by an integer |
|
multidimensional array | array | An array of the days of the year grouped into weeks | declaring an array of arrays |
Next array: array of numbers Up: array