SyntaxFix
Write A Post
Hire A Developer
Questions
something like this should work...
String name = "Test2";//Name of the class Class myClass = Class.forName(name); Object o = myClass.newInstance();