LibraryToggle FramesPrintFeedback

One of the key class loader concepts is class loader delegation, which is where a class loader, instead of loading a class itself, asks another class loader to load the class. When class loader delegation occurs, you need to distinguish between:[1]

Initial class loader

The class loader that is initially asked to load the class.

Effective class loader

The class loader that actually loads the class, after delegation is taken into account.



[1] Terminology coined by Andreas Schaefer, an O'Reilly Java author.

Comments powered by Disqus