Java 8 Interface Changes – static methods, default methods, functional Interfaces
OneofthebiggestdesignchangeinJava8iswiththeconceptofinterfaces.PriortoJava7,wecouldhaveonlymethoddeclarationsintheinterfaces.ButfromJava8,wecanhave defaultmethods and staticmethods intheinterfaces.Des