Java 8 default and static methods in Interface

In this article we will look into the enhancement done in Java 8 in respect to interface, Java 8 interface changes include static methods and default methods in interfaces. Introduction Traditionally Interfaces in java are actually contract. All method is by default abstract in nature.  A contract which says a class implementing interface must implement … Read more