4.Java Keyword
Java · 4 notes
- Java enumhistorical
Java enum types as fixed typed instances with fields, methods, switch support, and identity semantics.
- Java switchhistorical
Java switch statements and expressions, fall-through, enums/strings, and modern exhaustive pattern-oriented forms.
- Java transienthistorical
The transient modifier in Java native serialization and why it is not a general secrecy/security mechanism.
- Java finalhistorical
final variables, methods, classes, final-field semantics, and what final does not make immutable.