The Cast Of Musical Elephants
It’s a mnemonic:
T: Types
C: Control
O: Objects
M: Modifiers
E: Exceptions
These are the major classes of keywords in Java. Types is things like byte
and char
, control is if
and do
, objects is class
and implements
, modifiers is public
and final
and exceptions is try
and catch
and the rest.