Java Tip 88: Complement testing with code inspections |
Java Tip 84: Customize scoping with object keys |
Replace 1.1 event adapters to build better apps |
How to avoid traps and correctly override methods from java.lang.Object |
Accelerate your Java apps! : Where does the time go? Find out with these speed benchmarks |
Reduce the launch time of your applets: Store them on client machines |
This article was written in 1997. The newer JDKs supports the notion of cached applets and installed JAR files (called extensions). This direct support is a much better solution than that proposed by this article.
Java's three types of portability |
Creating download progress bars for applets |
This article was written in 1996. Since then Sun has introduced JAR files, which are a better solution to the problem.