static方法与构造
静态方法一般不能调用任何非静态成员,却能调用非静态的构造
1 | package staticmethod; |
static方法与接口
接口中可以包含static方法了,但是必须有方法的实现,且调用方式有严格限制
1 | public interface TestInter { |
必须像下面这样调用
1 | TestInter.print_s(); |
静态方法一般不能调用任何非静态成员,却能调用非静态的构造
1 | package staticmethod; |
接口中可以包含static方法了,但是必须有方法的实现,且调用方式有严格限制
1 | public interface TestInter { |
必须像下面这样调用
1 | TestInter.print_s(); |
WeChat Pay
Alipay
Bitcoin