9780596007829-0596007825-Java Threads: Understanding and Mastering Concurrent Programming

Java Threads: Understanding and Mastering Concurrent Programming

ISBN-13: 9780596007829
ISBN-10: 0596007825
Edition: 3
Author: Scott Oaks, Henry Wong
Publication date: 2004
Publisher: O'Reilly Media
Format: Paperback 358 pages
FREE US shipping on ALL non-marketplace orders
Marketplace
from $30.85 USD
Buy

From $30.85

Book details

ISBN-13: 9780596007829
ISBN-10: 0596007825
Edition: 3
Author: Scott Oaks, Henry Wong
Publication date: 2004
Publisher: O'Reilly Media
Format: Paperback 358 pages

Summary

Java Threads: Understanding and Mastering Concurrent Programming (ISBN-13: 9780596007829 and ISBN-10: 0596007825), written by authors Scott Oaks, Henry Wong, was published by O'Reilly Media in 2004. With an overall rating of 4.2 stars, it's a notable title among other Software Design, Testing & Engineering (Software, Java, Programming Languages, XML, Programming) books. You can easily purchase or rent Java Threads: Understanding and Mastering Concurrent Programming (Paperback) from BooksRun, along with many other new and used Software Design, Testing & Engineering books and textbooks. And, if you're looking to sell your copy, our current buyback offer is $0.45.

Description

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. Topics include: Lock starvation and deadlock detection Atomic classes and minimal synchronization (J2Se 5.0) Interaction of Java threads with Swing, I/O, and Collection classes Programmatically controlled locks and condition variables (J2Se 5.0) Thread performance and security Thread pools (J2Se 5.0) Thread groups Platform-specific thread scheduling Task schedulers (J2Se 5.0) Parallelizing loops for multiprocessor machines In short, this new ed

Rate this book Rate this book

We would LOVE it if you could help us and other readers by reviewing the book