加载类的适合,会先调用CustomClassLoader,如果没有找到就会调用父类AppClassLoader,如果还没有找到就会调用ExtClassLoader,如果还没有找到就会调用BootstrapLoader
可以先了解一下双亲委派机制,应该就能明白了
不错,相当厉害
dui