类加载机制

启动类加载器 BootStrapClassLoader

JAVA_HOME/lib

扩展类加载器 ExtensionClassLoader

jre/lib/ext

应用程序类加载器 ApplicationClassLoader

ClassPath

自定义类加载器 CustomClassLoader

继承ClassLoader,覆盖findClass(String name)方法,加载自定义类,覆盖loadClass方法,会破坏双亲委派模式

浙ICP备11005866号-12