Content deleted Content added
Thumperward (talk | contribs) tags |
Thumperward (talk | contribs) 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" />
==
;<code>[[Truth value|false]]</code>
Line 176:
:A boolean literal value.
== See
* [[Java annotation]]
== References ==▼
*{{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]]
|