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