摘要:
package com.cyjt97.code; public class day { public static void main(String[] args) { } } class code { static int i; static { i = 0; } } 阅读全文
摘要:
jdk8 -default:为了解决接口升级问题 package com.cyjt97.Paymentsystem;public interface pay { void money(double money); // jdk8新特性 default public default void meth 阅读全文