Tag

delegation-model

0 views collected around this technical thread.

Qunar Tech Salon
Qunar Tech Salon
Jun 9, 2015 · Fundamentals

Understanding Java Class Loading and the Delegation Model

This article explains how Java class loading works, describing the hierarchical delegation model, the three loading phases (loading, linking, initialization), common ClassLoader‑related exceptions, and practical tips for troubleshooting class‑loading issues.

Class LoadingClassLoaderJVM
0 likes · 8 min read
Understanding Java Class Loading and the Delegation Model