Java   View all facts   Glossary   Help
syntactic unit > statement > expression statement > assignment statement
Next expression statementmethod call    Upexpression statement    Previous expression statementobject creation statement   

assignment statement
subjectfact 
assignment statementhas example
aVariable = 5;    
source: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:36:08.0
has purpose to assign a value to a variable    source: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:36:08.0
is a subtopic of Statements and Expressions2001-10-19 11:36:08.0
is a kind of expression statementadded by: JK, 2001-10-19 11:36:08.0
statementis terminated by a semicolon    2001-10-19 11:37:57.0
should be not more than one line long if possible2001-10-19 11:37:57.0
syntactic unithas syntax rule
bold = mandatory
italic = non-terminal
normal font = optional
2001-10-19 11:38:04.0