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. *
阅读全文
摘要:jdk源码 public class Runtime { private static Runtime currentRuntime = new Runtime(); /** * Returns the runtime object associated with the current Java
阅读全文