Tuesday, August 16, 2011

In Java, How do I check if a cl has a specific method?

If I have a public cl (ex. Foo) how can I tell if it has the method bar() from the main method of a different public cl?

No comments:

Post a Comment