Java View all facts Glossary Help |
syntactic unit > declaration > array declaration |
array declaration comparison table |
Subject | have syntax | is a kind of | have example | is a subtopic of | has definition |
---|---|---|---|---|---|
declaration | syntactic unit | Variables and Data Types | A statement that establishes an identifier and associates attributes with it, without necessarily reserving its storage (for data) or providing the implementation (for methods) | ||
array declaration | square brackets following the type | declaration | int[] anIntArray = new int[25]; | Arrays |
Next declaration: class declaration Up: declaration Previous declaration: variable declaration