Java View all facts Glossary Help |
syntactic unit > statement > expression statement |
expression statement comparison table |
Subject | have purpose | omit | is a subtopic of | have example |
---|---|---|---|---|
assignment statement | to 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 class | Methods | ||
object creation statement | Objects |
Next statement: import statement Up: statement Previous statement: control flow statement