A variant of the URLClassLoader that first loads from the URLs and only after that from the parent.
A special ObjectInputStream that loads a class based on a specified
ClassLoader rather than the system default.
A special ObjectInputStream that loads a class based on a specified
ClassLoader rather than the system default.
This is useful in dynamic container environments.
1.1
A variant of the URLClassLoader that first loads from the URLs and only after that from the parent.
( String )uses( String )internally so we don't override that.