2013年10月18日

java反射应用

摘要: package test;import java.sql.Date;import java.util.List;import java.lang.reflect.InvocationTargetException;import java.lang.reflect.Method;import org.apache.commons.beanutils.PropertyUtils;public class TestC { public static void main(String[] args) { try { //根据指定的路径获得class对象 ... 阅读全文

posted @ 2013-10-18 18:24 定数 阅读(433) 评论(0) 推荐(0)

导航