2. Java’s Basic Syntax
Each statement finishes with ;
To begin and end a block you use { }
Space, tab, and enter characters can be used to make the code more readable.
Identifiers, variable declaration, constants,
comments, terminology similar to c++.