Java Certification Path - Reserved Words
Ok, my most boring post until now. Don’t forget these Java keywords and reserved words:
| abstract | class | extends | implements | null | strictfp | true |
| assert | const | false | import | package | super | try |
| boolean | continue | final | instanceof | private | switch | void |
| break | default | finally | int | protected | synchronized | volatile |
| byte | do | float | interface | public | this | while |
| case | double | for | long | return | throw | |
| catch | else | goto | native | short | throws | |
| char | enum | if | new | static | transient |



















