| ACCESS MODIFIER | ACCESS SPECIFIER |
| abstract, assert, const, final, native, static, strictfp, super, synchronized, this, transient, void, volatile | public, private, protected, default |
| DATA TYPE | CONTROL STATEMENT |
| boolean, byte, char, double, float, long, short, int | break, case, continue, default, else, goto, if, instanceOf, switch, return |
| LOOPING | |
| do while, while, for |
0