Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

MID Profile

Uses of Class
java.lang.Class

Packages that use Class
java.lang MID Profile Language Classes included from Java 2 Standard Edition. 
 

Uses of Class in java.lang
 

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

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.
 


MID Profile

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 37 specification.