List of Java keywords: Difference between revisions

Content deleted Content added
tags
tidy endnotes
Line 165:
:The <code>while</code> keyword is used to create a [[while loop]], which tests a [[boolean expression]] and executes the block of statements associated with the loop if the expression evaluates to <code>true</code>; this continues until the expression evaluates to <code>false</code>. This keyword can also be used to create a [[do-while loop]]; see ''<code>[[#do|do]]</code>''.<ref name="do-while" />
 
==[[ Reserved word]]swords for [[literal (computervalues science)|literal]] values==
 
;<code>[[Truth value|false]]</code>
Line 176:
:A boolean literal value.
 
== See Alsoalso ==
 
* [[Java annotations]] Annotations are similar to keywords
* [[Java annotation]]
== References ==
 
;General
;== Footnotes ==
*{{cite book |last=Gosling |first=James |authorlink=James Gosling |coauthors=[[Bill Joy|Joy Bill]]; [[Guy Steele|Steele, Guy]]; and [[Gilad Bracha|Bracha, Gillad]] |title=Java Language Specification |edition=3rd |publisher=Addison-Wesley Professional |year=2005 |url=http://java.sun.com/docs/books/jls/index.html |accessdate=2008-12-03}}
 
;Footnotes
{{reflist|2}}
 
== References ==
 
{{refbegin}}
* {{ cite book |last=Gosling |first=James |authorlink=James Gosling |coauthors=[[Bill Joy|Joy Bill]]; [[Guy Steele|Steele, Guy]]; and [[Gilad Bracha|Bracha, Gillad]] |title=Java Language Specification |edition=3rd |publisher=Addison-Wesley Professional |year=2005 |url=http://java.sun.com/docs/books/jls/index.html |accessdate=2008-12-03 }}
{{refend}}
 
[[Category:Java programming language]]