Close
jGuru Forums
Posted By: Anonymous Posted On: Tuesday, May 1, 2001 01:16 PM
Is there a way to use reflection using primitive data types???? That is, can I pass primitive data types as arguments while using Reflection? If not, is there a way around this? Thx.
Re: Reflection
Posted By: Michael_Wax Posted On: Tuesday, May 1, 2001 07:55 PM
java.lang.reflect.Method.getParameterTypes()
java.lang.reflect.Method.invoke(Object,Object[])