Department of Computer Science         Java Vocabulary for Built-in Types of Data (1.2 continued)
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 LeapYear and Quadratic

boolean double    
JavaTM Tools Used in LeapYear and Quadratic
java javac    
JavaTM Objects and Methods Used in LeapYear and Quadratic
Double Double.parseDouble Math.sqrt  
JavaTM Vocabulary
data type method numeric promotion operator precedence
operators on  boolean values signature String methods


Back