Home Segments Top Top Previous Next

32: Mainline

Keywords are words to which Java attributes special meanings. Three such keywords appear in the example.

  *-- Keywords 
  | 
  v 
------------------ 
public static void main (String argv[]) { 
 6 + 9 + 8; 
} 

You should accept the use of the three keywords as ritual for now. You will come to understand the ritual as you study the language.