【转】Java类装载揭秘

来源:互联网 发布:启用访客网络什么意思 编辑:程序博客网 时间:2024/06/13 02:23

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.

原创粉丝点击