I am really thinking hard to understand why java has introduced new concept called Lambda Expression
in its 8th version.
I mean as far as I understand it is just like a regular function which calculates an expression and returns the value. Is there anything that a lambda expression does beyond this and what exactly happens behind the screen. Please educate me!!!
Thanks in Advance.!!