Class CustomClassLoader

All Implemented Interfaces:
Closeable, AutoCloseable

public class CustomClassLoader extends URLClassLoader
Custom class loader will load the classes from the class path, CCL will load the classes from the URL first, if it cannot find the required class it will let the parent class loader do its job. Note: If the CCL is GC'ed then the associated classes will be unloaded.