Loads the class with the specified name.
Parameters: className - the name of the class the resulting Class object throws: ClassNotFoundException - if the class was not found
Loads the given resource as a stream.
Parameters: name - the name of the resource that exists in the classpath. the resource as an input stream or null if the resource was not found.