簡單的三種設計模式

設計模式; /**單例設計模式: (數據同步)  * 一個類只能建立一個對象;數據同步  *   * Runtime類用的就是--  */ import java.io.IOException; public class 單例設計模式 { public static void main(String[] args) throws IOException { // 獲取內存和cpu Runtime
相關文章
相關標籤/搜索