JaroslavTulach at 08:22, 8 November 2010 - 2010-11-08 08:22:14

←Older revision Revision as of 08:22, 8 November 2010
Line 1: Line 1:
-
[[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.
+
[[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.

JaroslavTulach: New page: ClassLoader provides a way to feed JVM with the code that it is supposed to execute. There can be many ClassLoaders in one JVM. Actually each thread ... - 2010-11-08 08:18:43

New page: ClassLoader provides a way to feed JVM with the code that it is supposed to execute. There can be many ClassLoaders in one JVM. Actually each thread ...

New page

[[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.