設計模式之————JDK中的設計模式

JDK中的設計模式 經典設計模式在JDK中的體現 1.Singleton(單例) 做用:保證類只有一個實例;提供一個全局訪問點 JDK中體現: (1)Runtime (2)NumberFormat html public class Runtime { private static final Runtime currentRuntime = new Runtime(); publ
相關文章
相關標籤/搜索