Exception in thread "pool-2-thread-1" java.lang.NoClassDefFoundError:

其實這個錯誤狀況根本沒法給我準確的定位到錯誤代碼。 [color=blue]單例的代碼[/color] public class DAOFactory { //....省略 private static class SingletonHolder { //只有在調用的時候纔會初始化!並且線程安全。 static DAOFactory instance = new DAOFa
相關文章
相關標籤/搜索