I know the class name, say \"MyClass\" and want to retrieve the Class object, ie. MyClass.class for future references. Is ther
Class
It sounds like you might be able to use the Class class's static forName method.