| 目次 |
|---|
|
・識別子について ・識別子の命名規則 |
abstract assert boolean break byte case catch char class const continue default do double else extends final finally float for goto if implements import instanceof int interface long native new package private protected publice return short static strictfp super switch synchronized this throw throws transient try void volatile while上記に示す予約語は、識別子としては使えません。但し、Javaでは大文字小文字を区別するので、例えば BOOlen などは識別子として使用することができます。