Content deleted Content added
Line 227:
;<code>[[constant (programming)|const]]</code>
:Although reserved as a keyword in Java, <code>const</code> is not used and has no function.<ref name="keywords"/>{{sfn|Flanagan|2005|p=20}} In other languages, <code>const</code> is typically used to define constants. For defining constants in Java, see the <code>final</code> keyword.
;<code>[[GOTO|goto]]</code>
:Although reserved as a keyword in Java, <code>goto</code> is not used and has no function.<ref name="keywords"/>{{sfn|Flanagan|2005|p=20}} In other languages, <code>goto</code> is typically used as a one-way control statement to jump to a label at another line of code.
;<code>[[strictfp]]</code> (added in [[J2SE 1.2]])<ref name="keywords date" />
|