Java 11 Cookbook
上QQ阅读APP看书,第一时间看更新

Creating interfaces with default and static methods

In this recipe, you will learn about two new features that were first introduced in Java 8—the default and static methods in an interface.