标签:.com 避免 log htm 分享图片 请求 9.png 模型 image
类加载器种类
双亲委派模型
所谓双亲委派是指每次收到类加载请求时,先将请求委派给父类加载器完成(所有加载请求最终会委派到顶层的Bootstrap ClassLoader加载器中),如果父类加载器无法完成这个加载(该加载器的搜索范围中没有找到对应的类),子类尝试自己加载。
双亲委派好处
类加载过程
参考
http://www.cnblogs.com/aspirant/p/7200523.html
标签:.com 避免 log htm 分享图片 请求 9.png 模型 image
原文地址:https://www.cnblogs.com/huilei/p/9418861.html