Academic Java    Java Tutorial  >  Statements

Java Statements

A statement is an instruction executed by the Java Interpreter. Unless otherwise instructed statements are interpreted one after another, in the order they appear. Statements include:

  • declarations
  • blocks
  • assignment
  • conditionals
  • loops.

Statement example programs are shown to the left.