loadClass method of the URLClassLoader returned by this method will invoke the SecurityManager.checkPackageAccess method before loading the class.
@param urls the URLs to search for classes and resources
@param parent the parent class loader for delegation
@return the resulting class loader
| |