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 67.208.6.114 (talk) at 19:49, 27 May 2010. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconJava List‑class Mid‑importance
WikiProject iconThis article is within the scope of WikiProject Java, a collaborative effort to improve the coverage of Java on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
ListThis article has been rated as List-class on Wikipedia's content assessment scale.
MidThis article has been rated as Mid-importance on the project's importance scale.
WikiProject iconComputing: Java List‑class Low‑importance
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
ListThis article has been rated as List-class on Wikipedia's content assessment scale.
LowThis article has been rated as Low-importance on the project's importance scale.
Taskforce icon
This article is supported by WikiProject Java (assessed as Mid-importance).

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

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.

My advice would be to just created a "C++ keywords" page, and then wait for the wizards to come, and sho'nuff, they will add in all the details. Mzanime 05:44, 26 July 2006 (UTC)[reply]

Might also try this at Wikiversity. The computer science area is starting to get active. I just completed some flashcards for java[1] based on this file since I am studying Java. Maybe some others would flesh out C++ flashcard and transfer information this way. 71.161.0.110 03:59, 31 October 2006 (UTC)[reply]

Keywords vs. reserved words

What are the differences in term of their definition? I can see from the article that true, false and null are reserved words but not keywords. What attribute of them separate them from "keywords"? Kowloonese (talk) 22:01, 12 February 2010 (UTC)[reply]

Keyword "default" in Java is used in switch / case blocks - but also in annotations, to specify a default value in the annotation defintion, if none are supplied in the annotation instance.