标签: java oop static
public interface I1 { static class Test{} }
为什么Java允许用接口编写类?
在接口中编写静态类是个好主意吗? 我们可以有效使用它的任何例子吗?