loadClass(ClassLoader classLoader, String classNames) Tries to load the classes present in the array
passed has second parameter from
the ClassLoader passed has first parameter.
Returns the HashMap of all the classed successfully loaded.
Parameters: classLoader - ClassLoader used to find the class classes[] array of classes to load.
Tries to load the classes present in the array
passed has second parameter from
the ClassLoader passed has first parameter.
Returns the HashMap of all the classed successfully loaded.
Parameters: classLoader - ClassLoader used to find the class classes[] array of classes to load.