站点图标 度崩网-几度崩溃

接口和抽象类有什么区别?

public interface TestInterfaceStaticMethod {
 
	static String getA() {
		return "a";
	}
	
}