Java reserves the following keywords: |
abstract boolean break byte byvalue case cast |
catch class const continue default do double |
else extends final finally float for future generic |
goto if implements import inner instanceof int |
interface long native new null operator outer |
package private protected public rest return |
short static super switch synchronized this |
throw throws transient try var void volatile while |
Note goto is not allowed in Java but its still reserved! |