Is it pass-by-reference or pass-by-value in Java? Primitive type is passed by value and objects passed by reference, understand Java's Pass-by-Value Mechanism.
Lambda expressions is one of java 8 features and used to write anonymous methods of functional interfaces. It has turned Java into functional-style programming.