G
Guest
Hi,
I wan't to create a class from a string I obtain:
eg, if
String classname= "myClass";
then I want something that is the equivalent of:
myClass m= new myClass();
I wan't to create a class from a string I obtain:
eg, if
String classname= "myClass";
then I want something that is the equivalent of:
myClass m= new myClass();