Department of Computer Science         Java Vocabulary for HelloWorld
Java's keywords are reserved and cannot be used as names in your Java programs. Neither can reserved words true, false, and null.
JavaTM Language Keywords Used in HelloWorld
class public static void
JavaTM Tools Used in HelloWorld
java javac    
JavaTM Objects and Methods Used in HelloWorld
String System out print
println      
       
       
 


Back