正在加载...

Java Threads (3rd Edition)

Java Threads (3rd Edition)

作者:Scott Oaks , Henry Wong

出版日期:September 10, 2004

页数:360

ISBN:0596007825

本书永久链接:http://www.ppurl.com/2010/01/java-threads-third-edition.html

共享用户信息

 
xoyozo123
xoyozo123965
201764

书籍简介

Threads are essential to Java programming, but learning to use them
effectively is a nontrivial task. This new edition of the classic Java
Threads
shows you how to take full advantage of Java’s threading
facilities and brings you up-to-date with the watershed changes in Java 2
Standard Edition version 5.0 (J2SE 5.0). It provides a thorough,
step-by-step approach to threads programming.

Java’s threading
system is simple relative to other threading systems. In earlier
versions of Java, this simplicity came with tradeoffs: some of the
advanced features in other threading systems were not available in Java.
J2SE 5.0 changes all that: it provides a large number of new
thread-related classes that make the task of writing multithreaded
programs that much easier.

You’ll learn where to use threads to
increase efficiency, how to use them effectively, and how to avoid
common mistakes. This book discusses problems like deadlock, race
conditions, and starvation in detail, helping you to write code without
hidden bugs.

Java Threads, Third Edition, has been
thoroughly expanded and revised. It incorporates the concurrency
utilities from java.util.concurrent throughout. New chapters cover
thread performance, using threads with Swing, threads and Collection
classes, thread pools, and threads and I/O (traditional, new, and
interrupted). Developers who cannot yet deploy J2SE 5.0 can use thread
utilities provided in the Appendix to achieve similar functionality with
earlier versions of Java.

Tags:

相关书籍

你需要 登录 后才能查看和发布评论。如果还不是本站用户,请先 注册