Key Words: data types: byte, short, int, long, float, double, char, boolean 8 flow control: if, else, switch, case, break, default, for, while, do, continue 10 exception handling: try, catch, finally, throws, throw 5 object level: new, this, super, instanceof 4 methods: void, return 2 java5: enum, assert 2 un used: goto, const 2 source file: class, extends, interface, implements, package, import 6 modifiers: public, private, protected, final, static, abstract, synchronized, strictfp, 11 volatile, transient, native