has Class
Check if the ClassLoader can load the class with the given name.
Receiver
the ClassLoader to be checked.
Return
Boolean true if the class can be loaded, false otherwise.
Parameters
name
the class name to be checked.
Check if the ClassLoader can load the class with the given name.
the ClassLoader to be checked.
Boolean true if the class can be loaded, false otherwise.
the class name to be checked.