I am storing a list of classes through (Classname.class) and would like to instantiate one? Is this possible?
Classname.class
newInstance seems to the met
newInstance
If you have a list of Class objects obtained through class literals, you might as well statically reference the constructors rather than slipping into reflection evilness.
Class