List of Java Language Reserved Keywords
Here is a list of keywords in the java language. These words are reserved you cannot use any of these words as names in your programs.
abstract | continue | for | new | switch |
boolean | default | package | synchronized | break |
do | if | private | this | double |
implements | protected | throw | byte | else |
import | public | throws | case | enum |
assert | instanceof | return | transient | catch |
extends | int | short | try | char |
final | interface | static | void | class |
finally | long | strictfp | volatile | float |
native | super | while |
Comments
Post a Comment