Click here - / @interviewdot to get notifications. Java 8 introduces a new concept of default method implementation in interfaces.
Java 8 introduces default method so that List/Collection interface can have a
default implementation of forEach method, and the class implementing these interfaces
need not implement the same.