Class Loading : Class Definition : Java Articles (documents) Organized by topic

Java Articles
C++
PHP
Java Articles Home »  Class Definition   » [  Class Loading  ]   
 



/tr>
1.  Load classes behind the scenes
Author:Jason Marshall
URL:http://www.javaworld.com/javaworld/javatips/jw-javatip95.html?
Summary: Due to Java's runtime class loading, you can encounter many uncomfortable pauses when loading a Java applet or application. For many programmers, that is an unfamiliar performance problem, and the common solutions leave much to be desired. By intelligently loading classes in the background, however, your code can launch quickly and still remain responsive. This article shows you a simple technique for boosting perceived performance. (2,000 words)




/tr>
2.  Get a load of that name!
Author:Vladimir Roubtsov
URL:http://www.javaworld.com/javaworld/javaqa/2003-03/01-qa-0314-forname.html?
Summary: Subtle differences in various ways you can dynamically load a class




/tr>
3.  Two for one: Class loaders and collection classes
Author:Tony Sintes
URL:http://www.javaworld.com/javaqa/2002-07/01-qa-0705-loader-synch.html?
Summary: Create custom class loaders and synchronize collection classes




/tr>
4.  Find a way out of the ClassLoader maze
Author:Vladimir Roubtsov
URL:http://www.javaworld.com/javaworld/javaqa/2003-06/01-qa-0606-load.html?
Summary: System, current, context? Which ClassLoader should you use?