Java View all facts Glossary Help |
syntactic unit > expression > object creation expression > new expression > array creation expression |
array creation expression | ||||
subject | fact |
array creation expression | has example new int[10] (array is created at run time) | |
is a subtopic of Arrays | ||
is a kind of new expression | ||
object creation expression | has purpose to create a new object | |
expression | can be part of an expression | |
has type that is the type of its result | ||
has value called its result, or its return value | ||
occurs in a context where a value is required | ||
performs a computation specified by 0 or more operators | ||
returns a value from its computation | ||
syntactic unit | has syntax rule bold = mandatory |