Name: Anonymous 2009-01-26 19:43
Can I take a string that has a class name and create a new class from it? I can do this in C# but I have no idea how to do so with Java.
Class.forName('HMAFactory').getConstructor().newInstance()