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