ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

133 results

MiXiT
Les Threads Virtuels vont-ils rendre la programmation reactive obsolète ? (José Paumard) #MiXiT2025

Java 21 a été publié il y a environ un an et demi, et parmi les nouveautés de cette version se trouvent les threads virtuels, ...

45:35
Les Threads Virtuels vont-ils rendre la programmation reactive obsolète ? (José Paumard) #MiXiT2025

309 views

8 months ago

Paris JUG
2025/12/09 - The Past, Present, and Future of Enterprise Java

Over the last 30 years, Java has been the preferred technology for developing enterprise applications. Frameworks and ...

57:52
2025/12/09 - The Past, Present, and Future of Enterprise Java

123 views

2 months ago

Peter Schneider
How can I know if this piece of code is thread safe or not?

How can I know if this piece of code is thread safe or not? I hope you found a solution that worked for you :) The Content is ...

2:02
How can I know if this piece of code is thread safe or not?

3 views

11 months ago

The Debug Zone
Java Threads: Do All Shared Variables Need to Be Volatile for Safety?

In this video, we dive into the intricacies of Java threads and the critical role of shared variables in multithreaded programming.

1:34
Java Threads: Do All Shared Variables Need to Be Volatile for Safety?

2 views

4 months ago

The Debug Zone
Can a Separate Thread Modify a Static Variable in Java? Explained!

In this video, we dive into the intriguing world of Java concurrency to explore a critical question: Can a separate thread modify a ...

3:13
Can a Separate Thread Modify a Static Variable in Java? Explained!

8 views

5 months ago

The Debug Zone
Will 2 Threads Access My Java AWS Lambda Concurrently? Key Insights & Answers

In this video, we dive into the intriguing world of AWS Lambda and explore the concurrency model of Java functions. Have you ...

1:31
Will 2 Threads Access My Java AWS Lambda Concurrently? Key Insights & Answers

9 views

9 months ago

Nida Karagoz
Do Java 21 virtual threads address the main reason to switch to reactive single-thread frameworks? (

Do Java 21 virtual threads address the main reason to switch to reactive single-thread frameworks? ( ✧ I really hope you found a ...

2:28
Do Java 21 virtual threads address the main reason to switch to reactive single-thread frameworks? (

1 view

11 months ago

The Debug Zone
How to Implement a Blocking Thread Pool Executor in Java: A Step-by-Step Guide

In this video, we will explore the concept of a Blocking Thread Pool Executor in Java, a powerful tool for managing concurrent ...

4:12
How to Implement a Blocking Thread Pool Executor in Java: A Step-by-Step Guide

9 views

9 months ago

Bulgarian Java User Group
The Hidden Art of Thread-Safe Programming: Exploring java.util.concurrent, Heinz Kabutz

Writing correct, thread-safe code is notoriously challenging. Unlike single-threaded code, concurrency bugs often remain hidden, ...

48:10
The Hidden Art of Thread-Safe Programming: Exploring java.util.concurrent, Heinz Kabutz

959 views

8 months ago

The Debug Zone
Java Threads: How to print alphabets and numbers using two threads one at a time

Today's Topic: Java Threads: How to print alphabets and numbers using two threads one at a time Thanks for taking the time to ...

4:46
Java Threads: How to print alphabets and numbers using two threads one at a time

4 views

3 weeks ago

Carlos Chacin
🛑️ Stop Using ThreadLocal! Migrate to Java Scoped Values

ThreadLocal worked great for traditional threads — but with Java 21's Virtual Threads, it causes memory bloat and mutable state ...

12:59
🛑️ Stop Using ThreadLocal! Migrate to Java Scoped Values

190 views

4 months ago

Nida Karagoz
Spring boot with java 21 virtual threads - is there a way to terminate gracefully?

Spring boot with java 21 virtual threads - is there a way to terminate gracefully? ✧ I really hope you found a helpful solution!

1:35
Spring boot with java 21 virtual threads - is there a way to terminate gracefully?

5 views

11 months ago

buildingwitheze
Threads in Programming Explained: Why Every Developer Must Master Concurrency!

Understanding Threads in Programming – Simplified! In this video, we dive deep into one of the most important concepts in ...

4:45
Threads in Programming Explained: Why Every Developer Must Master Concurrency!

6 views

7 months ago

The Debug Zone
How to Bundle a JRE in Your JAR for Java-Free System Execution

In this video, we explore the process of bundling a Java Runtime Environment (JRE) within your JAR file, enabling seamless ...

2:09
How to Bundle a JRE in Your JAR for Java-Free System Execution

3 views

6 months ago

The Coding Gopher
99% of Developers Don't Get Sockets

Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=the-coding-gopher ⬆️ Best project-based coding platform.

12:05
99% of Developers Don't Get Sockets

497,819 views

9 months ago

The Debug Zone
Are SSLContext and SSLSocketFactory createSocket Thread Safe? Explained!

In this video, we dive into the intricacies of SSLContext and SSLSocketFactory in Java, focusing on their thread safety when ...

2:04
Are SSLContext and SSLSocketFactory createSocket Thread Safe? Explained!

11 views

7 months ago

Nida Karagoz
Using toFuture in Spring webClient when using virtual threads

Using toFuture in Spring webClient when using virtual threads ✧ I really hope you found a helpful solution! ♡ The Content is ...

2:19
Using toFuture in Spring webClient when using virtual threads

5 views

11 months ago

The Debug Zone
How to Cancel an HTTP Request Thread from Another Thread in Java

In this video, we delve into the intricacies of managing HTTP requests in Java, specifically focusing on how to effectively cancel an ...

10:09
How to Cancel an HTTP Request Thread from Another Thread in Java

0 views

6 months ago

The Debug Zone
CompletableFuture Explained: Multi-threaded vs Single-threaded Concurrency

In this video, we dive into the world of concurrency in Java, focusing on the powerful CompletableFuture class. We'll explore the ...

1:53
CompletableFuture Explained: Multi-threaded vs Single-threaded Concurrency

3 views

3 months ago

The Debug Zone
Understanding Thread.currentThread().isInterrupted() in Java: Best Practices

In this video, we delve into the intricacies of the `Thread.currentThread().isInterrupted()` method in Java, a crucial tool for ...

2:53
Understanding Thread.currentThread().isInterrupted() in Java: Best Practices

1 view

3 months ago