Hi,
I'm wondering if this is at all possible. Based on an input, a String named after a Class, I want to instantiate an object as that class. All objects are subclasses of an abstract class I defined, which extends Threads.
So now I do the following
Thread myThread = null;
if...