Jump to content

Talk:List of Java keywords

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mzanime (talk | contribs) at 18:57, 5 January 2006 (Java keywords definition?). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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.