| Nope. null, true and false are reserved words representing specific literal values, but technically they are not keywords. Not sure of the distinction; it might be a carryover from C++ where the three values were equivalent to the integer values 0, 1, and 0, respectively. (BTW, what embarrasses me is that I got 'goto' and 'const', even though Java doesn't even use them, but missed 'return', 'boolean', and void. Ouch.) |