I know the class name, say \"MyClass\" and want to retrieve the Class object, ie. MyClass.class for future references. Is ther
Class
Class.forName("MyClass")
Read the JavaDoc for details