Java   View all facts   Glossary   Help
syntactic unit > statement > expression statement
Next statementimport statement    Upstatement    Previous statementcontrol flow statement   

expression statement comparison table
Subject have purpose omit is a subtopic of have example
assignment statementto assign a value to a variable Statements and Expressions
aVariable = 5;
method call the name of the class that the called method belongs to if it is being called from within the same classMethods 
object creation statement  Objects 

Next statementimport statement    Upstatement    Previous statementcontrol flow statement