Starting Java II

The computer program is a series of instructions given for the computer to work. A job that might
simple for human beings can not be understood by computers. Man must give instructions to the computer how to do suatutugas in the form of programming language. Different programming language to human language, because the computer requires a more standard rules of what is allowed and what not in a programming language. This rule is called the syntax of the language.

The syntax of programming languages based on what can be done by computer, such as loops (loop), branch (branch), or function. Only programs with the correct syntax that can be compiled or interpreted, which in turn can run on a computer. Compiler will give an error message if there are errors in syntax, so we fix it.


To become a successful programmer, we must understand in detail the syntax of programming languages that we will use. However, the syntax is only part of the story. We want to create a program that we run in accordance with what we want. That means the program must be logically correct. Logically correct program is called to have the correct semantics.

On this site we will learn about the syntax and semantics of each Java programming language. Syntax easily memorized, but the semantics is more like a feeling. For that, try to download and run the program examples so that we can understand how each program works.

java.lyracc.com with editing
2 Komentar untuk "Starting Java II"

Thanks for such knowledgeable post. I would like to keep visiting such informative site on programming. Keep posting!

Back To Top