摘要: 此文参考: http://www.cnblogs.com/liu-5525/p/5614425.html 1. classLoader 如何加载 class ClassLoader 负责将 .class 文件(可能在disk上,可能在网络上) 加载到 RAM 里面, 并为之生成对应的 [java.l 阅读全文
posted @ 2016-06-26 13:29 morningdew 阅读(163) 评论(0) 推荐(0) 编辑