7、调用方法的机制。比较灵活。 下面是代码,已经封装好了: /* * To change this template, choose Tools
8、 Templates * and open the template in the editor. */package com.jijing.method;import java.lang.reflect.InvocationTargetException;import java.lang.reflect.Method;import java.util.logging.Le
9、vel;import java.util.logging.Logger;/** * * @author Administrator * 用来通过类名反射当前类的某个方法,包括带参数的方法,当然只可以是public的方法 */public class ClassMethod { /** * @param args the comma