October 1998
Intermediate to advanced
374 pages
12h 6m
English
Java benefits from a fast CPU.
Use a recent compiler and VM, preferably one optimized for your platform.
Profile your code and optimize the most-used parts.
Use threads.
Use buffered I/O.
Ask the client to cache the applet.
Java is overkill for small animations or calculators. Use JavaScript or animated GIFs.
Read now
Unlock full access