Java 7 introduced the Method Handles with the java.lang.invoke.MethodHandle and java.lang.invoke.MethodHandles classes. The Well-Grounded Java Developer (which I have previously reviewed) covers ...
Java 12 arrives with switch expressions to improve coding and allow pattern matching, and raw string literals to simplify multiline expressions The production release ...