Java View all facts Glossary Help |
syntactic unit > declaration > array declaration |
array declaration | ||||
subject | fact |
array declaration | has example int[] anIntArray = new int[25]; | |
has syntax dataTypeOfElements[] arrayName; | ||
has syntax square brackets following the type | ||
is a subtopic of Arrays | ||
is a kind of declaration | ||
declaration | is part of definition | |
syntactic unit | has syntax rule bold = mandatory |