Convenience method to load a class you just compiled in memory
@param name of class to load
@return The loaded class. The implementation will create a new class loader as a child of the class loader assigned in setClassLoader() to load the class.
@throws ClassNotFoundException
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.