java中接口都是什么修饰
用interface关键字修饰,比如下面定义了一个接口:
interface
public interface Echoable { void echo(); }
集结各类场景实战经验,助你开发运维畅行无忧