I understand thru the api that name refers to method name, but what is the purpose of parameterTypes?? Thanks
Sunita<br />SCJP 1.4
Mark Fabrizio
Greenhorn
Joined: Mar 31, 2003
Posts: 7
posted
0
I'm not sure, but I think that the Class[] parameters array is to distinguish between methods that might have the same name, but different arguments. I'm not sure if these have to be in the order declared in the method or not.