invoking a static method using reflections

Posted by Steven on Stack Overflow See other posts from Stack Overflow or by Steven
Published on 2010-03-18T04:33:58Z Indexed on 2010/03/18 4:41 UTC
Read the original article Hit count: 387

Filed under:
|

hi, in my project i want to invoke the main method which is static . I got the object of type Class but i am not able to create an instance of that class and also not able to invoke the static method "main".Help

© Stack Overflow or respective owner

Related posts about java

Related posts about reflection