News

This is a colleciton of Java8 examples and concepts, from basic to advanced. The idea is to understand the new functionnal features added to Java 8 starting of course by understanding the lambda ...
Java8 introduces Lambda expressions and functional programming. With functional programming, we can do declarative style of programming as opposed to imperative style of programming (which works ...