ClassLoader

Hi,Can anybody explain the difference between Context ClassLoader and System ClassLoader?And, if anybody has a reference that explains more about ClassLoader system and class loading in JVM, it would be appreciated.
[236 byte] By [hipppa] at [2007-11-26 18:29:24]
# 1
I dropped "difference between Context ClassLoader and System ClassLoader" into Google and this is what came back: http://www.onjava.com/pub/a/onjava/2005/01/26/classloading.htmlLooks like a good start.
DrClapa at 2007-7-9 6:03:33 > top of Java-index,Java Essentials,Java Programming...
# 2
Hi,Thanks. I did google it and didn't find any good articles. Apparently I didn't use the right keywords.
hipppa at 2007-7-9 6:03:33 > top of Java-index,Java Essentials,Java Programming...