Monday, May 12, 2014

Lambda Expressions: Java 8

A couple of months back, I heard that Java 8 was out and while reading about it online, I kept coming across Lambda Expressions as a pretty important feature included. At that time, I did not have the time to look in detail of what it is and how it works. I was able to get the concept and idea of why Date & Time API was revamped completed. However, I was curious about what Lambda Expressions are and how and if I would ever use them in real life.
That was until I ran across the below article that paints a pretty neat picture of the use cases and syntax:
Lambda Expressions in Java 8

Please try it out...

No comments:

Post a Comment