Why Use Threads?

   

Understanding how threads work is important for building better-performing, scalable applications. It's also important for supporting multiple users using a single application and having the application seem responsive to the user 's requests .

Another good reason to understand multithreading is because one of the great advances Java makes over other programming languages is its built-in, native support for threading. By using threading, you can avoid long pauses between what your users do and when they see things happen. Better yet, you can send tasks such as printing off into the background while other threads concentrate on handling new requests.

   


Special Edition Using Java 2 Standard Edition
Special Edition Using Java 2, Standard Edition (Special Edition Using...)
ISBN: 0789724685
EAN: 2147483647
Year: 1999
Pages: 353

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net