黑马程序员技术交流社区
标题:
自定义加载器方面的问题
[打印本页]
作者:
李伟
时间:
2012-7-11 15:38
标题:
自定义加载器方面的问题
Class clazz=new MyClassLoader("itcastlib").loadClass(".itcast.day2.ClassLoaderAttachment");
Date
d1=(
Date)
clazz.newInstance();
System.out.println(d1);
Date是ClassLoaderAttachment的父类,为什么在这里创建对象时不能直接用ClassLoaderAttachment,而是要用他的父类Date呢?
欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/)
黑马程序员IT技术论坛 X3.2