Lambda: A Peek Under the Hood
The big language features for Java SE 8 are lambda expressions (closures) and default methods (formerly called defender methods or virtual extension methods). Adding…
Interesting discussion on the implementation of lambdas and justifications related to the JVM.