static Class forName(String className) 
          Returns the Class object associated with the class or interface with the given string name. static Class forName(String name, boolean initialize, ClassLoader loader) 
          Returns the Class object associated with the class or interface with the given string name, using the given class loader.  Object newInstance() 
          Creates a new instance of the class represented by this Class object.