final
15var
)15&&
, ||
, !
)26&
, |
, ^
, ~
)29>>
, <<
, >>>
)31++
, --
, +
, -
, !
)33if
, else if
, and else
37switch
Statements and Fallthrough39instanceof
(Java 16)44while
, do-while
, and for
Loops46for
Loop (for-each)48break
, continue
, and Labels50return
54public
, private
, protected
69this
Keyword74extends
88super
Keyword Usage92final
)96instanceof
Operator98@FunctionalInterface
103enum
Types127switch
Statements135try
, catch
, and finally
151throw
and throws
157T extends Number
)175?
, ? extends
, ? super
179Class::method
)194@Override
, @Deprecated
, etc.)204