# Mastering-Concurrency-Programming-with-Java-9-Second-Edition **Repository Path**: demo51/Mastering-Concurrency-Programming-with-Java-9-Second-Edition ## Basic Information - **Project Name**: Mastering-Concurrency-Programming-with-Java-9-Second-Edition - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-07-29 - **Last Updated**: 2023-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Mastering Concurrency Programming with Java 9 - Second Edition This is the code repository for [Mastering Concurrency Programming with Java 9 - Second Edition](https://www.packtpub.com/application-development/mastering-concurrency-programming-java-9-second-edition?utm_source=GitHub), published by [Packt](https://www.packtpub.com/?utm_source=github). It contains all the supporting project files necessary to work through the book from start to finish. ## About the Book The book starts with a full description of the design principles of concurrent applications and explains how to parallelize a sequential algorithm. You will then be introduced to Threads and Runnables, which are an integral part of Java 9's concurrency API. You will see how to use all the components of the Java concurrency API, from the basics to the most advanced techniques, and will implement them in powerful real-world concurrency applications. ## Instructions and Navigation All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02. The code will look like the following: ``` public void task2() { section2_1(); commonObject2.notify(); commonObject1.wait(); section2_2(); } ``` To follow this book, you need basic to medium-level knowledge of the Java programming language. A basic knowledge of concurrency concepts is welcome too. ## Related Products * [Java 9 Concurrency Cookbook - Second Edition](https://www.packtpub.com/application-development/java-9-concurrency-cookbook-second-edition?utm_source=GitHub) * [Neural Network Programming with Java - Second Edition](https://www.packtpub.com/big-data-and-business-intelligence/neural-network-programming-java-second-edition?utm_source=GitHub) * [Java 9 with JShell](https://www.packtpub.com/application-development/java-9-jshell?utm_source=GitHub)