New Concurrency Utilities in Java 8
Offered By: GOTO Conferences via YouTube
Course Description
Overview
Explore the new concurrency utilities introduced in Java 8 through this conference talk delivered by Angelika Langer at GOTO Berlin 2014. Dive deep into CompletableFuture, the most significant addition, and learn how it enhances the capabilities of the regular Future interface for asynchronous task execution and result retrieval. Discover how CompletableFuture supports waiting for results, chaining of asynchronous operations, and exception handling in multi-threaded environments. Gain insights into other concurrency-related improvements in Java 8 and understand their practical applications in developing robust, concurrent Java applications. Perfect for Java developers looking to leverage the latest concurrency features to build more efficient and scalable software systems.
Syllabus
New Concurrency Utilities in Java 8 • Angelika Langer • GOTO 2014
Taught by
GOTO Conferences
Related Courses
Addressing Algorithmic BiasGOTO Conferences via YouTube Empowering Consumers - Evolution of Software in the Future
GOTO Conferences via YouTube Why Static Typing Came Back
GOTO Conferences via YouTube Higher Kinded Types in a Lower Kinded Language - Functional Programming in Kotlin
GOTO Conferences via YouTube It's Not Hard to Test Smart - Delivering Customer Value Faster
GOTO Conferences via YouTube