Tagged “static methods in interface”

Java 8 - What are default and static methods in interface?

23 Aug, 2018

Java 8 introduced default and static methods in interfaces. These features allow us to add new functionality in the interfaces without breaking the existing contract for implementing classes.

Tags:

See all tags.