September 21, 2020, Time to read: 7 min,Method handles and lambda metafactory by Tomasz KrugWith the introduction of method handles in Java 7 and LambdaMetafactory in Java 8 we can now make reflective method calls almost as fast as the direct access itself. (...) Method handles and lambda metafactory.Keep reading