50 слов , два из них не используются: const, goto;
Для запоминания это:
- Примитивы (byte, short, int, long, char, float, double, boolean)
- Циклы и ветвления (if, else, switch, case, default, while, do, break, continue, for)
- Исключения (try, catch, finally, throw, throws)
- Области видимости (private, protected, public)
- Объявление \ Импорт (import, package, class, interface, extends, implements, static, final, void, abstract, native)
- Создание \ Возврат \ Вызов (new, return, this, super)
- Многопоточность (synchronized, volatile)
- instanceof, enum, assert, transient, strictfp, const, goto
Github: https://github.com/DEBAGanov