For java 7 programmer who want to start using java 8.
Going through the code of the same problem in both version & be motivated why should we switch to Java 8
How do write lamda expression, different kind of functional interfaces and their examples
Stream sources, static method, intermediate operations, terminal operations
Various sample code written in java 8
- jdk 8
- junit 5
- maven 3 or later
Clone this repo. open terminal in the cloned directory & try the following command
mvn clean test
Muhammad Kamarul Kawnayeen (@kawnayeen)