2013年7月21日

面试总结之 各类定义题 英文口语

摘要: Singletonprivate static Singleton firstInstance = null; public static Singleton getInstance() { if(firstInstance == null) { // This is here to test what happens if threads try // to create instances of this class if(firstThread){ ... 阅读全文

posted @ 2013-07-21 07:16 brave_bo 阅读(289) 评论(0) 推荐(0)

导航