Ava keyword List (alphabetical order of 51 groups): Abstract, Assert,boolean, break, Byte, case, catch, char, class, const, continue, default, do, Doub Le, else, enum,extends, final, finally, float, for, if, implements, import, instanceof, int, interface, long, native, new, Package, private, protected, public, return, short, static, STRICTFP, super, switch, synchronized, this, throw, throws, T Ransient, try, void, volatile, Whilejava reserved word list (alphabetical order of 14 groups): Java reserved word refers to an existing Java version that is not yet in use but may be used as a keyword in future versions. Byvalue, cast, false, future, generic, inner, operator, outer, rest, True, Var, goto, Const,nulljava language has 51 reserved keywords, where const and G Oto is reserved but not used. You cannot use reserved keywords to name a class, method, or variable. One, reserved keyword data type: Boolean int long short byte float double Char class interface flow control: If else do and for switch case default Bre AK continue return Try Catch finally modifier: public protected private final void static STRICTFP abstract transientsynchronize d Volatile Native action: Package import throw throws extends implements this Super instanceof new reserved word: true false null goto con St
Java Review Basics--java reserved words