| 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)
|