Class InstantiateClass

java.lang.Object
edu.pdx.cs410J.reflect.InstantiateClass

public class InstantiateClass extends Object
This program reads the name of a class with a zero-argument constructor and uses Java reflection to load and instantiate the class.