Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
270 results
In this video, we dive into the world of concurrency in Java, focusing on the powerful CompletableFuture class. We'll explore the ...
3 views
4 months ago
Want async programming made simple? Learn how to use CompletableFuture in Java 17 to run tasks in the background, chain ...
16 views
9 months ago
Learn how to effectively sum values from `CompletableFuture` calculated in an `IntStream` in Java, and avoid common pitfalls in ...
1 view
Explore the nuances of using `CompletableFuture` in Java. Learn why calling the `get()` method in a loop can lead to ...
2 views
10 months ago
Discover how to efficiently manage multiple API calls in Java using `CompletableFuture` and `ExecutorService`. Learn best ...
7 months ago
Learn how to effectively use local variables in `CompletableFuture` results in Java, ensuring proper data handling in ...
6 months ago
Discover how to run methods in sequence using `CompletableFuture` in Java 8. Learn to control asynchronous execution and ...
Discover how to efficiently return a flat `List` from multiple `CompletableFuture` instances in Java. Explore practical solutions to ...
0 views
Discover how to properly type your `CompletableFuture` in Java, ensuring smooth request management without compiler errors.
Explore the differences between `CompletableFuture` and `ExecutorService`. Learn about the advantages of using ...
9 views
Explore the strange behavior of Java's `completableFuture` when using `whenComplete`. Learn how to ensure tasks run ...
Explore the efficient use of `CompletableFuture` in Java, including key differences between `join()` and `thenCompose()`, and ...
14 views
11 months ago
Learn how to gracefully manage `CompletableFuture` cancellations and exceptions in Java, ensuring robust and fault-tolerant ...
Dive deep into the role and significance of the `complete()` method in `CompletableFuture`. Explore its usage, advantages, and a ...
Discover how to effectively handle timeout and cancellation for async tasks using CompletableFuture in Java. This comprehensive ...
5 months ago
Discover how to effectively await multiple async operations within a CompletableFuture in Java without blocking processes.
The Problem Explained In asynchronous programming, particularly with Java's CompletableFuture, the loop index variable may ...
6 views
Discover how to correctly use `CompletableFuture` in Java to handle completion actions. Learn about common mistakes and their ...
Discover how to resolve issues with `CompletableFuture` in Java, ensuring sequential execution between dependent tasks for ...
A deep dive into using CompletableFuture in Java for asynchronous method calls, including handling true/false returns and ...
Discover the advantages of using `orTimeout` with `get` in Java's CompletableFuture. Learn how this method enhances your ...
4 views
Discover how to effectively manage exceptions in `CompletableFuture` using `exceptionally()` and `handle()` methods in Java.
Learn how to handle responses efficiently using `CompletableFuture.allOf()` in Java and return a list of results to enhance your ...
Learn how to effectively use `CompletableFuture` in Java to run asynchronous code and control the execution order of statements.
Discover why your `CompletableFuture` might not be executing and how to fix it with practical examples in Java. --- This video is ...