Professional >> Engineering and Computer Science >> Computer Science >> Computer Science


Java Concurrency in Practice

Java Concurrency in Practice

Author(s):
  • Brian Goetz
  • David Holmes
  • Doug Lea
  • Tim Peierls
  • Joshua Bloch
  • Joseph Bowbeer
  • Author: Brian Goetz
    • ISBN:9789332576520
    • 10 Digit ISBN:9332576521
    • Price:Rs. 705.00
    • Pages:368
    • Imprint:Pearson Education
    • Binding:Paperback
    • Status:Available


    Be the first to rate the book !!

    This book is a combination of concepts, guidelines, and examples intended to assist developers in the difficult process of understanding concurrency and its new tools in J2SE 5.0. Filled with contributions from Java gurus such as Josh Bloch, David Holmes and Doug Lea, this book provides any Java programmers with the basic building blocks they need to gain a basic understanding of

    concurrency and its benefits.

     

    Table of Content

    1. Introduction
    2. Thread Safety
    3. Sharing Objects
    4. Building Blocks
    5. Task Execution
    6. Cancellation and Shutdown
    7. Applying Thread Pools
    8. Avoiding Liveness Hazards
    9. Performance and Scalabilty
    10. Explicit Locks
    11. Building Custom Synchronizers
    12. Testing Concurrent Programs
     

    Salient Features

    • Powerhouse author team with contributions from Doug Lea, Josh Bloch and David Holmes
    • A practical, hands-on, example-driven guide for every working Java programmer
    • Based on J2SE 5.0 which includes many new concurrency features that make concurrency development much more accesible (and necessary)"