| Author |
Calling static methods using Reflection
|
Alok Pota
Ranch Hand
Joined: Mar 07, 2001
Posts: 185
|
|
|
How do I call a static method using Reflection
|
 |
David Weitzman
Ranch Hand
Joined: Jul 27, 2001
Posts: 1365
|
|
|
In Method.invoke(), just pass null instead of an instance.
|
 |
 |
|
|
subject: Calling static methods using Reflection
|
|
|