Java

本类阅读TOP10

·使用MyEclipse开发Struts框架的Hello World!(录像1)
·hibernate配置笔记
·AOP编程入门--Java篇
·linux下Tomcat 5.0.20 与 Apache 2 安装/集成/配置
·在win2003下整合了整合Tomcat5.5+ apache_2.0.53+ mod_jk_2.0.47.dll
·构建Linux下IDE环境--Eclipse篇
·Jsp 连接 mySQL、Oracle 数据库备忘(Windows平台)
·ASP、JSP、PHP 三种技术比较
·Tomcat5.5.9的安装配置
·AWT GUI 设计笔记(二)

分类导航
VC语言Delphi
VB语言ASP
PerlJava
Script数据库
其他语言游戏开发
文件格式网站制作
软件工程.NET开发
新书上架:Java Threads, 3rd Edition

作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站

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: 3.5 out of 5 stars 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...




相关文章

相关软件