目录Java 类加载机制详解一、类加载的生命周期二、类加载的过程1. 加载阶段2. 验证阶段3. 准备阶段4. 解析阶段5. 初始化阶段三、类加载器的层次结构1. 启动类加载器(Bootstrap ClassLoader)2. 扩展类加载器(Exten
There are already quite some posts about the Singleton-Pattern around, but I would like to start another one on this topic since I would like to know if the Factory-Pattern would be t开发者_JAVA技巧he