为什么我们不能用默认静态方法创建接口?
public interface StaticTest { default static void display() { System.out.println("Display here"); } }
java static default interface
default ×1
interface ×1
java ×1
static ×1