Learn with Examples to use Java Method Reference and Constructor Reference for passing or expression assignment
Java Core Tutorials
Java Core defines the basics of Java Programming language and language fundaments
Java Functional Interfaces Tutorial
A tutorial on Java Functional Interfaces – Learn with code examples the concept of Functional Interfaces and why were they added in Java 8.
Default Methods in Java Interfaces
Guide to the Default Methods in Java interfaces, their features, rules, and understand method ambiguity issues with the help of examples
Java 8 Streams – Terminal Operations
Java 8 Streams – Terminal Operations describes Java 8 streams Matching, Finding, Reducing, and Optional with detailed examples
Java 8 Streams – Intermediate Operations
Java 8 Streams Intermediate Operations like map, flatMap, filter, sorting and limit are explained in detailed with simple examples
Java 8 Streams – Laziness and Performance
Java 8 Streams are lazy and still help in faster processing and improving speed of your application. Learn How.