In this lesson you'll learn about the general structure of a Java program, how a program executes statements and how to fix syntax errors. Check out the most simple Java program below, which only has a single class Main at the blue arrow. Read the code at the arrow, then continue.