Thursday, 22 January 2009

ClassLoaders 'R Us

The class ClassLoader is an abstract class. Given the NAME of a class, a class loader should attempt to LOCATE or GENERATE data that constitutes the definition of a class.

For more information, consult the JLS.

No comments: