Fifth International World Wide Web Conference
Java - It's Multi-threaded
- Threads of control are an integral part of the Java language, not a
run-time library "add-on"
- Java offers preemptive multi-threading, implemented via the Thread class
- Especially important when developing applets
- provide the proper dynamics between the Java applet and the host browser
- prevent applet from usurping most of the compute cycles
Java - An Introductory Language Tutorial
(E.A.Johnson)