Java View all facts Glossary Help |
object > array |
array comparison table |
Subject | have example | initialize automatically | create by |
---|---|---|---|
array of numbers | //the following sums all the elements of an integer array: | so that every element has the value 0 |
|
multidimensional array | An array of the days of the year grouped into weeks | declaring an array of arrays |
Next object: current object Up: object Previous object: uninitialized object