Java代碼
package com;
import java
import java
import java
public class TestBean {
private int age;
public static void main(String []args) throws InstantiationException
try {
Class<?> class
Object tObject=class
Field field=class
field
field
System
try {
Method method=class
method
Method getMethod=class
System
} catch (NoSuchMethodException e) {
// TODO Auto
e
} catch (IllegalArgumentException e) {
// TODO Auto
e
} catch (InvocationTargetException e) {
// TODO Auto
e
}
} catch (ClassNotFoundException e) {
// TODO Auto
e
}
}
public int getAge() {
return age;
}
public void setAge(int age) {
this
}
}
From:http://tw.wingwit.com/Article/program/Java/hx/201311/26324.html