予約語とはJavaの中で予め用途が決められている単語のことです。
予約語はクラス名・変数などの識別子には使用できません。
予約語の種類
abstract | assert | boolean | break | byte |
case | catch | char | class | const |
continue | default | do | double | else |
enum | extends | final | finally | float |
for | goto | if | implements | import |
instanceof | int | interface | long | native |
new | package | private | protected | public |
return | short | static | strctfp | super |
switch | synchronized | this | throw | throws |
transient | try | void | volatile | while |