←Older revision | Revision as of 08:22, 8 November 2010 | ||
Line 1: | Line 1: | ||
- | [[wikipedia:Classloader | + | [[wikipedia:Classloader|ClassLoader]] provides a way to feed [[JVM]] with the code that it is supposed to execute. There can be many [[ClassLoader]]s in one [[JVM]]. Actually each thread can have one special [[ThreadContextClassLoader]] associated with it. |