What are the differences between the system/default class loader, the extensions class loader, and the so-called bootstrap loader, if any?
Created May 4, 2012
Luis F. Canals Samaniego Take a look at the interesting article written by Stuart Halloway
at Relating class loaders to the class path.
Particulary, the forth paragraph contains the answer to your question.