Class Reflect

java.lang.Object
edu.pdx.cs410J.examples.Reflect

public class Reflect extends Object
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 Details

  • Method Details

    • main

      public static void main(String[] args)
      Reads a class name from the command line, loads it and prints out information about it.