Tuesday, November 16, 2010

Java Class Loader Basics

The fundamentals of this key component of the Java architecture

By Chuck Mcmanis, JavaWorld.com, 10/01/96
The class loader concept, one of the cornerstones of the Java virtual machine, describes the behavior of converting a named class into the bits responsible for implementing that class. Because class loaders exist, the Java run time does not need to know anything about files and file systems when running Java programs.

http://www.javaworld.com/cgi-bin/mailto/x_java.cgi?pagetosend=/export/home/httpd/javaworld/javaworld/jw-10-1996/jw-10-indepth.html&pagename=/javaworld/jw-10-1996/jw-10-indepth.html&pageurl=http://www.javaworld.com/javaworld/jw-10-1996/jw-10-indepth.html&site=jw_core

0 comments: