10 2020 档案

摘要:package java.util; /** * A class can implement the <code>Observer</code> interface when it * wants to be informed of changes in observable objects. * 阅读全文
posted @ 2020-10-21 15:36 God_Mode 阅读(151) 评论(0) 推荐(0)
摘要:jdk源码 public class Runtime { private static Runtime currentRuntime = new Runtime(); /** * Returns the runtime object associated with the current Java 阅读全文
posted @ 2020-10-03 17:54 God_Mode 阅读(135) 评论(0) 推荐(0)