予約語(Keyword)の一覧です。予約語は、識別子(Identifier)には使えません。


abstractcontinuefor newswitch
assert default goto packagesynchronized
boolean do if privatethis
break double implementsprotectedthrow
byte else import publicthrows
case enum instanceofreturntransient
catch extends int shorttry
char final interface staticvoid
class finally long strictfpvolatile
const float native superwhile

キーワード const 及び goto は、 Javaでは使用しませんが 予約語になっています。
true false は 真偽リテラル、 null null リテラル であり、キーワードではありませんが、 識別子にはつかえません。
Top Page
更新日:2013/12/09