Package edu.pdx.cs410J.examples
Class Reflect
java.lang.Object
edu.pdx.cs410J.examples.Reflect
This class demonstrates Java's reflection mechanism by loading a
class and then printing out information about its fields and
methods.
- Author:
- David Whitlock
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Reflect
public Reflect()
-
-
Method Details
-
main
Reads a class name from the command line, loads it and prints out information about it.
-