Class.getClassLoader

Class.getClassLoader

Class Overview | Class Members | This Package | All Packages

Syntax
public native ClassLoader getClassLoader()
Returns
the class loader that created the class or interface represented by this object, or null if the class was not created by a class loader.
Description
Determines the class loader for the class.

See Also
ClassLoader