Java Threads and the Concurrency Utilities

Java Threads and the Concurrency Utilities
Author :
Publisher : Apress
Total Pages : 208
Release :
ISBN-10 : 9781484217009
ISBN-13 : 1484217004
Rating : 4/5 (09 Downloads)

Book Synopsis Java Threads and the Concurrency Utilities by : JEFF FRIESEN

Download or read book Java Threads and the Concurrency Utilities written by JEFF FRIESEN and published by Apress. This book was released on 2015-12-16 with total page 208 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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 contexts Audience The 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.


Java Threads and the Concurrency Utilities Related Books

Java Threads and the Concurrency Utilities
Language: en
Pages: 208
Authors: JEFF FRIESEN
Categories: Computers
Type: BOOK - Published: 2015-12-16 - Publisher: Apress

DOWNLOAD EBOOK

This concise book empowers all Java developers to master the complexity of the Java thread APIs and concurrency utilities. This knowledge aids the Java develope
Java Threads
Language: en
Pages: 350
Authors: Scott Oaks
Categories: Computers
Type: BOOK - Published: 1999 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

Threads (Computer programs).
Java Threads
Language: en
Pages: 361
Authors: Scott Oaks
Categories: Computers
Type: BOOK - Published: 2004-09-10 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

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
Java Concurrency in Practice
Language: en
Pages: 428
Authors: Tim Peierls
Categories: Computers
Type: BOOK - Published: 2006-05-09 - Publisher: Pearson Education

DOWNLOAD EBOOK

Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-
Learning Java
Language: en
Pages: 836
Authors: Patrick Niemeyer
Categories: Electronic books
Type: BOOK - Published: 2002 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

This updated edition introduces the basics of Java and everything necessary to get up to speed on the new 1.4 version quickly. CD contains the Java 2 SDK for Wi