Talk:List of Java keywords
Technically, true and false are boolean literals, and null is the null literal.
http://java.sun.com/docs/books/jls/second_edition/html/lexical.doc.html#229308
Java keywords definition?
This page should contain definitions explaining what exactly is the function of each of these keywords pertaining to JAVA. I noticed that clicking on the links to the keywords in itself doesn't always redirect the user to a page that deals with the Java language in itself, but sometimes just a general definition of the keyword when its used in general.
For the serious programmer, or intermediate programmer who's trying to learn Java this isn't as helpful as it could be, or should be.
Other languages
This page is a fairly handy resource, but I've noticed that such a thing doesn't exist for other programming languages (I'm particularly interested in C++, but I'm sure it would be very useful for other languages as well) and I was wondering if any of the programming wizards out there would be willing to make similar pages for other languages.