会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
北上
博客园
首页
新随笔
联系
订阅
管理
2021年9月15日
ClassLoader 双亲委派
摘要: 一个程序有一个默认的appClassLoader。类不是由被调用者也不是被自身加载的,正常情况下是被默认的AppClassLoader加载的。 System.out.println(test3.class.getClassLoader()); System.out.println(test4.cla
阅读全文
posted @ 2021-09-15 11:31 北上
阅读(174)
评论(0)
推荐(0)
编辑