SecurityManager.currentClassLoader

SecurityManager.currentClassLoader

Class Overview | Class Members | This Package | All Packages

Syntax
protected native ClassLoader currentClassLoader()
Returns
the class loader of the most recent occurrence on the stack of a method from a class defined using a class loader; returns null if there is no occurrence on the stack of a method from a class defined using a class loader.
Description
Returns an object describing the most recent class loader executing on the stack.