F

Final (Java – Variables)

Meaning that the input parameter or variable cannot be directly reassigned. However, it does not mean that the Java object’s internal state cannot change.

See also:

Final (Java – Methods & Classes)

Meaning that child classes are either not allowed (class-level) or not allowed to override the method (method-level).

See also: