News

Before Java SE 8, anonymous classes were typically used to pass functionality to a method. This practice obfuscated source code, making it harder to understand. Java 8 eliminated this problem by ...
Learn how to use Java lambda expressions For those who are new to functional programming, basic Java lambda syntax can be a bit intimidating at first. Once you break lambda expressions down into their ...
Lambda expressions are new to Java SE 8, and in my opinion they are the most significant language features debuting in this version.
Community driven content discussing all aspects of software development from DevOps to design patterns. Many developers get intimidated when they look at all the new APIs that accept lambda ...