Object Oriented Software Engineering View all facts Glossary Help |
subject > programming language construct > statement > Java statement |
Java statement comparison table |
Subject | have purpose | is part of | is a subtopic of | have example |
---|---|---|---|---|
Java assignment statement | to assign a value to a variable | The Basics of Java | aVariable = 5; | |
Java decision-making statement | The Basics of Java | |||
Java import statement | to allow a class to use the facilities of another package | The Basics of Java | import finance.banking.accounts.*; | |
Java incrementer | to update a variable set in an initializer | loop | ||
Java initializer | to set up an initial condition for a loop, often initializing a variable | loop | The Basics of Java |
Next statement: long statement Up: statement Previous statement: decision-making statement