Read here: https://www.concretepage.com/java/jdk...
Java 8 has introduced default method as well as static method that can be defined in an interface. Default method is a normal Java method but starts with default keyword and static method is declared as usual with static keyword.
Java Tutorials:
Articles: https://www.concretepage.com/java/
Video: • Java