Java Interface STATIC Method & DEFAULT Method Example Tutorial
Java 1.8 or Java 8 introduced new features in Interface namely STATIC method and Java DEFAULT method. These are against the concept of an interface is a 100% abstract class. Let us know more with examples in this Last Minute Java Tutorial.
Note: The keyword "default" is also used with SWITCH CASE control statements.