SATSA - JSR177

Uses of Class
java.lang.Class

Packages that use Class
java.lang Provides classes that are fundamental to the Java programming language. 
 

Uses of Class in java.lang
 

Methods in java.lang that return Class
static Class Class.forName(String className)
          Returns the Class object associated with the class with the given string name.
 Class Object.getClass()
          Returns the runtime class of an object.
 

Methods in java.lang with parameters of type Class
 boolean Class.isAssignableFrom(Class cls)
          Determines if the class or interface represented by this Class object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified Class parameter.
 


SATSA - JSR177

Submit a comment or suggestion Version 1.0 of SATSA Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright 1993-2004 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved.