Book 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
Publisher resources
Table of contents
- Java Threads, 3rd Edition
- A Note Regarding Supplemental Files
- Preface
- 1. Introduction to Threads
- 2. Thread Creation and Management
- 3. Data Synchronization
- 4. Thread Notification
- 5. Minimal Synchronization Techniques
- 6. Advanced Synchronization Topics
- 7. Threads and Swing
- 8. Threads and Collection Classes
- 9. Thread Scheduling
- 10. Thread Pools
- 11. Task Scheduling
- 12. Threads and I/O
- 13. Miscellaneous Thread Topics
- 14. Thread Performance
- 15. Parallelizing Loops for Multiprocessor Machines
- A. Superseded Threading Utilities
- Index
- About the Authors
- Colophon
- Copyright
Product information
- Title: Java Threads, 3rd Edition
- Author(s):
- Release date: September 2004
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781449366667
You might also like
book
Modern Java Recipes
The introduction of functional programming concepts in Java SE 8 was a drastic change for this …
book
Java 8 Lambdas
If you’re a developer with core Java SE skills, this hands-on book takes you through the …
book
Java 8 in Action
Java 8 in Action is a clearly written guide to the new features of Java 8. …
book
Reactive Systems in Java
Reactive systems and event-driven architecture are becoming indispensable to application design, and companies are taking note. …