Lecture 4
4
Keywords
•Words whose meaning is fixed by Java
•Can’t be reused by the programmer
•Only 48 of them
•if class int new while public …
•Listed in JOI and in Sun’s Java tutorial        (link from course home page) •true, false and  null also have fixed meanings, although they are not keywords
•Punctuation tokens also have fixed meanings