Java   View all facts   Glossary   Help | 
| object > array > array of numbers | 
| array of numbers comparison table | |||
| Subject | is a kind of | has definition | initialize automatically | 
|---|---|---|---|
| array | object | A collection of data items that are all of the same type, in which each item's position is uniquely designated by an integer | |
| array of numbers | array | so that every element has the value 0 | 
Next array: multidimensional array     Up: array