Java 8 has introduced some of the exciting and much awaited features at the language level. One of them is support for functional programming, this feature is achieved by lambda expression. By a series of article i am trying to explore language features and support it offers and ways to use it to improve various dimensions of programming. Please read through these article and let know your feedback.
Getting Started with Lambda Expressions
Lambda Usage with Collections and Method References
Also, you can follow some of these videos links for deeper understanding and enrich knowledge of programming
https://www.youtube.com/watch?v=zolbIZS4SRQ&feature=youtu.be&fb
https://www.youtube.com/watch?v=wk3WLaR2V2U
Java 8 Launch
Processing Data with Java SE 8 Streams, Part 1
Comments