您的位置:首页 > 编程语言 > Java开发

【转】Java类装载揭秘

2005-03-16 10:30 274 查看
Internals of Java Class Loading by Binildas Christudas -- When are two classes not the same? When they're loaded by different class loaders. This is just one of many curious side effects of Java's class-loading system. Binildas Christudas shows how different class loaders relate to one another and how (and why) to build your own custom class loader.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  java class build