edu.pdx.cs399J.grader
Class InvokeStatic
java.lang.Object
edu.pdx.cs399J.grader.InvokeStatic
public class InvokeStatic
- extends Object
This program uses Java reflection to invoke a static method of a
given class.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvokeStatic
public InvokeStatic()
main
public static void main(String[] args)
throws Throwable
- Throws:
Throwable
Copyright © 2000-2009 Portland State University. All Rights Reserved.