In java based application .JVM will load all possible class when it required, then please explain in which scenario a user-defined class loader should be used in an application??
If you want to modify the byte code at load time. If you want to compile a JVM script language script from the source on load. All sorts of other reasons.
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32611
4
posted
0
Class-loaders are hardly a beginner's topic. Moving.