News

The next tutorial in the Java 101 series will introduce method references, which you can combine with lambda expressions to write even more concise, readable Java code. Related content how-to ...
The move into functional programming in Java can be intimidating. There were a lot of new interfaces introduced in Java 8 to make working with Streams and lambda expressions possible. But, most of ...