Programming Language

Programs are written in a programming language.

A programming language is a set of instructions that another program can read. It consists of keywords (vocabulary) and the order in which they make sense (syntax).

Another word for an Java instruction is a statement. Think of a statement like a complete sentence in English.

Statements in Java end with a semicolon (;).

Keywords and Syntax

When you compile your program, the compiler is checking your use of keywords and syntax.


Prev -- Up -- Next