Java Language Basics
This part of the tutorial covers the basics of the language, including: variables, operators, expressions, statements, blocks and control flow statements.
-
Creating Variables and Naming Them
Rules to name variables.
-
Creating Primitive Type Variables in Your Programs
Syntax to create and initialize primitive type variables.
-
Creating Arrays in Your Programs
Creating fixed-length containers of objects with arrays.