摘要: 回顾笔记 阅读全文
posted @ 2017-12-13 17:24 tooy 阅读(180) 评论(0) 推荐(0) 编辑
摘要: import java.lang.reflect.Method; /** * JavaSE 8新特性:1.接口可以定义非抽象方法 但必须使用default或者staic关键字来修饰 */ public class DefaultMethod { public interface Chinese { //小结:2.JDK1.8规定只能在接口... 阅读全文
posted @ 2017-12-13 16:17 tooy 阅读(1316) 评论(0) 推荐(0) 编辑