Java View all facts Glossary Help |
syntactic unit > expression > object creation expression > string creation expression |
string creation expression | ||||
subject | fact |
string creation expression | has example "a" + "b" (creation is performed at run time) | |
is a subtopic of Statements and Expressions | ||
is a subtopic of Strings | ||
is a kind of object creation 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 |