新书上架:Java Threads, 3rd Edition

类别:Java 点击:0 评论:0 推荐:
Java Threads, 3rd Edition
by Scott Oaks, Henry Wong

Look inside another
edition of this book List Price:   $39.95 Price:   $27.17 & This item ships for FREE with Super Saver Shipping. See details. You Save:   $12.78 (32%) Availability: Usually ships within 24 hours


38 used & new from $16.99

Edition: Paperback

Product Details
Paperback: 358 pages ; Dimensions (in inches): 0.89 x 9.12 x 6.98 Publisher: O'Reilly; 3 edition (September 13, 2004) ISBN: 0596007825
Other Editions: Paperback (Bargain Price) | All Editions
Average Customer Review: Based on 32 reviews. Write a review.
Amazon.com Sales Rank: 39,630
(Publishers and authors: improve your sales)

Editorial Reviews

Amazon.com
Building sophisticated Java applets means learning about threading--if you need to read data from a network, for example, you can't afford to let a delay in its delivery lock up your entire applet. Java Threads introduces the Java threading API and uses non-computing analogies--such as scenarios involving bank tellers--to explain the need for synchronization and the dangers of deadlock. Scott Oaks and Henry Wong follow up their high-level examples with more detailed discussions on building a thread scheduler in Java, dealing with advanced synchronization issues, and handling exceptions. --This text refers to an out of print or unavailable edition of this title.


From Library Journal
O'Reilly books have a reputation among programmers for providing some of the best technical information for professionals. No exception, these three web-related books will only enhance O'Reilly's reputation. JavaScript is not Java, but it is very useful because JavaScript code does not need to be compiled and the scripts can be embedded directly into an HTML document. Flanagan's work is an excellent book for programmers interested in learning it quickly. Grand, meanwhile, provides an... read more --This text refers to an out of print or unavailable edition of this title.


Book Description
This Java 1.1 programming book shows you how to take full advantage of Java's thread facilities: where to use threads to increase efficiency, how to use them effectively, and how to avoid common mistakes. It thoroughly covers the Thread and ThreadGroup classes, the Runnable interface, and the language's synchronized operator, as well as problems like deadlock, race condition, and starvation to help you write code without hidden bugs. In addition, Java Threads shows you how to extend Java's thread primitives. A thorough discussion of thread scheduling concludes by developing a CPUSchedule class that shows you how to implement your own scheduling policy. Other extended examples include classes that implement reader/writer locks, general locks, locks at arbitrary scope, and asynchronous I/O. In short, Java Threads covers everything you need to know about threads, from the simplest animation applet to the most complex applications. If you plan to do any serious work in Java, you will find this book invaluable. Examples available online. --This text refers to an out of print or unavailable edition of this title.

See all editorial reviews...

本文地址:http://com.8s8s.com/it/it14978.htm