intance object from string
I have a String instance which contains a name to a class. Is there
some way I can instantiate that class from given the class name in the
string?
thanks!
If you want to instantiate an object of a class specified at runtime, consider using a factory method.
Topic archived. No new replies allowed.