'. '

ClassLoader

From APIDesign

(Difference between revisions)
Jump to: navigation, search
(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 ...)
Current revision (08:22, 8 November 2010) (edit) (undo)
 
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.

Current revision

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 can have one special ThreadContextClassLoader associated with it.

Personal tools
buy