Java Language Basics

This part of the tutorial covers the basics of the language, including: variables, operators, expressions, statements, blocks and control flow statements.


  1. Creating Variables and Naming Them

    Rules to name variables.

  2. Creating Primitive Type Variables in Your Programs

    Syntax to create and initialize primitive type variables.

  3. Creating Arrays in Your Programs

    Creating fixed-length containers of objects with arrays.



Back to Tutorial List