CS202 Java-18
51 Java Reserved Words
labstract boolean break byte case
lcatch char class const continue
ldefault do double else extends
lfalse final finally float for
lgoto if implements import instanceof
lint interface long native new
lnull package private protected public
lreturn short static strictfp super
lswitch synchronized this throw throws
ltransient true try void volatile
lwhile
l
Reserved words cannot be used as identifiers.