java类加载器的一些测试
摘要:
package classloader;import java.lang.reflect.Method;import org.junit.Test;import com.example.Sample;public class ClassIdentity { public static void main(String[] args) { // new ClassIdentity().testClassIdentity();// System.out.println("执行了吗"); new ClassIdentity... 阅读全文
posted @ 2013-07-03 15:18 遗忘海岸 阅读(595) 评论(0) 推荐(0) 编辑