java反射之根据全类名创建对象
摘要:现在的需求是根据类的全名。来创建对象package 中介者设计模式;import java.util.Date;public class CreateObject { public static void main(String[] args) { Object obj = createI...
阅读全文
posted @ 2015-09-22 16:56
posted @ 2015-09-22 16:56