Object Oriented Software Engineering   View all facts   Glossary   Help
subject > programming language construct > statement > Java statement
Next statementlong statement    Upstatement    Previous statementdecision-making statement   

Java statement comparison table
Subject have purpose is part of is a subtopic of have example
Java assignment statementto assign a value to a variable The Basics of Java
aVariable = 5;
Java decision-making statement  The Basics of Java 
Java import statementto allow a class to use the facilities of another package The Basics of Java
import finance.banking.accounts.*;
Java incrementerto update a variable set in an initializerloop  
Java initializerto set up an initial condition for a loop, often initializing a variableloopThe Basics of Java 

Next statementlong statement    Upstatement    Previous statementdecision-making statement