Jump to ratings and reviews
Rate this book

Java Threads and the Concurrency Utilities

Rate this book
This concise book empowers all Java developers to master the complexity of the Java thread APIs and concurrency utilities. This knowledge aids the Java developer in writing correct and complex performing multithreaded applications.Java's thread APIs and concurrency utilities are among its most powerful and challenging APIs and language features. Java beginners typically find it very difficult to use these features to write correct multithreaded applications. Threads and the Concurrency Utilities helps all Java developers master and use these capabilities effectively.This book is divided into two parts of four chapters each. Part 1 focuses on the Thread APIs and Part 2 focuses on the concurrency utilities. In Part 1, you learn about Thread API basics and runnables, synchronization and volatility, waiting and notification, and the additional capabilities of thread groups, thread local variables, and the Timer Framework. In Part 2, you learn about concurrency utilities basics and executors, synchronizers, the Locking Framework, and the additional capabilities of concurrent collections, atomic variables, and the Fork/Join Framework.Each chapter ends with select exercises designed to challenge your grasp of the chapter's content. An appendix provides the answers to these exercises. A second appendix explores how threads are used by various standard class library APIs. Specifically, you learn about threads in the contexts of Swing, JavaFX, and Java 8's Streams API.What You Will Learn• How to do thread runnables, synchronization, volatility, waiting and notification, thread groups, thread local variables, and the Timer Framework• How to create multithreaded applications that work correctly.• What are concurrency utilities basics and executors• What are synchronizers, the Locking Framework, concurrent collections, atomic variables, and the Fork/Join Framework and how to use them• How to leverage the concurrency utilities to write more complex multithreaded applications and achieve greater performance• How to apply thread usage in Swing, JavaFX, and Java 8 Streams API contextsAudienceThe primary audience is Java beginners and the secondary audience is more advanced Java developers who have worked with the Thread APIs and the Concurrency Utilities.

325 pages, Kindle Edition

Published December 16, 2015

6 people are currently reading
10 people want to read

About the author

Jeff Friesen

45 books7 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
2 (14%)
4 stars
5 (35%)
3 stars
6 (42%)
2 stars
0 (0%)
1 star
1 (7%)
Displaying 1 - 5 of 5 reviews
Profile Image for 100c1p43r.
14 reviews
January 28, 2018
This is good collection of basic knowledge about java (8) concurrency with examples, excercises and outside links to many interesting articles. It's indeed good for job interview review or just getting familiar with concurrency in java.
106 reviews1 follower
January 17, 2021
Concise and clear in explaining all key concepts in Java Threads. Huge books really test my patience and make me lose motivation to learn the subject. I combined reading this book with a Udemy course and found that works very well.
Profile Image for Barbara Krein.
12 reviews
September 11, 2019
It's a good book, a good read. Time well spent, I'm sure i will be usign many of the thinsg I learned here in my upcomign projects.
Profile Image for Hadi.
9 reviews11 followers
December 14, 2015
Great fast way to start concurrency programming in Java 8
Profile Image for Łukasz Słonina.
124 reviews26 followers
March 29, 2017
Short journey on Java concurrency. Brief description of all useful utilities, illustrated with short samples. Good if you want to refresh concurrency topics (e.g. before interview).
Displaying 1 - 5 of 5 reviews

Can't find what you're looking for?

Get help and learn more about the design.