Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
public interface I1 { static class Test{} }
为什么Java允许用Interface编写类?
在接口中编写静态类是个好主意吗?任何我们可以有效使用它的例子?