Java Threads

Java Threads
ISBN-10
0596007825
ISBN-13
9780596007829
Category
Computers
Pages
340
Language
English
Published
2004
Publisher
"O'Reilly Media, Inc."
Authors
Scott Oaks, Henry Wong

Description

Explains how to use Java's portable platforms to program and use threads effectively and efficiently while avoiding common mistakes.

Other editions

Similar books

  • Java Threads and the Concurrency Utilities
    By Jeff Friesen

    This concise book empowers all Java developers to master the complexity of the Java thread APIs and concurrency utilities.

  • Taming Java Threads
    By Allen Holub

    This behavior can be disabled with a false argument, since there is some overhead involved in associating slots with threads, and you might decide that the “honor system” will work. (If enforce ownership is false, a thread is on its ...

  • Java Concurrency in Practice
    By Brian Goetz, Tim Peierls, Joshua Bloch

    This book covers: Basic concepts of concurrency and thread safety Techniques for building and composing thread-safe classes Using the concurrency building blocks in java.util.concurrent Performance optimization dos and don'ts Testing ...

  • Java Thread Programming
    By Paul Hyde

    Java Thread Programming shows you how to take full advantage of Java's thread facilities: when to use threads to increase your program's efficiency, how to use them effectively, and how to avoid common mistakes.

  • Java threads FAQ

    Java threads FAQ

  • Multithreaded Programming with Java Technology
    By Bil Lewis, Daniel J. Berg

    "Multithreaded Programming with Java Technology is the first complete guide to multithreaded development with the Java 2 platform.

  • Concurrent, Real-Time and Distributed Programming in Java: Threads, RTSJ and RMI
    By Badr Benmammar

    The book also contains an annex which contains a practical set of application exercises in relation to the theme of the book. Knowledge of the Java language is a prerequisite for understanding the book.

  • Concurrent Programming in Java: Design Principles and Patterns
    By Douglas Lea

    1.3.5 Further Readings Accounts of high - level object - oriented software analysis and design that cover at least some concurrency issues include : Atkinson , Colin . Object - Oriented Reuse , Concurrency and Distribution , Addison ...

  • Modern Multithreading: Implementing, Testing, and Debugging Multithreaded Java and C++/Pthreads/Win32 Programs
    By Richard H. Carver, Kuo-Chung Tai

    Andrews [2000] defines the first part of condition at-most-once differently: (Andrews-1) e contains at most one critical reference and x is not read by another thread This prevents x from being read by another thread but allows x to be ...

  • Java Language Features: With Modules, Streams, Threads, I/O, and Lambda Expressions
    By Kishori Sharan

    ... Beginning Java series. This book contains 18 chapters. The chapters contain language-level topics of Java such as ... 9 are included wherever they fit in these chapters. The Module API, Reactive Streams, and Stack-Walking API, which were ...