ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

155 results

Peter Schneider
Java Thread interrupt non deterministic behaviour

Java Thread interrupt non deterministic behaviour I hope you found a solution that worked for you :) The Content is licensed under ...

3:30
Java Thread interrupt non deterministic behaviour

0 views

1 month ago

Peter Schneider
Codereview: Threads in Java with ExecutorService

Threads in Java with ExecutorService I hope you found a solution that worked for you :) The Content is licensed under ...

3:07
Codereview: Threads in Java with ExecutorService

2 views

11 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

4 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

7 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

4 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

1 month 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

897 views

6 months ago

Last Mile Developer
Lockfree Multithreading LMAX Disruptor pattern overview for Beginners

https://cpp.rougneuron.in Disclaimer: The audio is generated using curated resources summarized by Google NotebookLM.

15:51
Lockfree Multithreading LMAX Disruptor pattern overview for Beginners

1,054 views

9 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

2 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

5 months ago

The Linux Foundation
JDK21 and Bazel

Talk about the upgrade to JDK21 and how its new features affect Bazel (e.g. Loom, new GC and etc.). Speakers: Chi Wang, Zheng ...

9:06
JDK21 and Bazel

127 views

8 months ago

The Debug Zone
Is a Static Method in Java Implicitly Thread Safe? Understanding Concurrency

In this video, we delve into the intricacies of static methods in Java and their relationship with thread safety. As applications ...

3:13
Is a Static Method in Java Implicitly Thread Safe? Understanding Concurrency

0 views

3 weeks 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

7 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

5 months ago

The Debug Zone
Java Concurrency: Solving Common Issues with Concurrent Maps

In this video, we delve into the intricacies of Java concurrency, focusing specifically on the challenges developers face when ...

5:34
Java Concurrency: Solving Common Issues with Concurrent Maps

0 views

2 months ago

The Debug Zone
Mastering JNI: Proper Thread Synchronization Techniques for Native Code

In this video, we delve into the intricacies of Java Native Interface (JNI) and the critical importance of thread synchronization when ...

4:08
Mastering JNI: Proper Thread Synchronization Techniques for Native Code

21 views

11 months ago

The Debug Zone
Java Multi-threading Issues: Understanding Unexpected Results and Solutions

In this video, we delve into the complexities of Java multi-threading, a powerful feature that allows concurrent execution of tasks.

4:42
Java Multi-threading Issues: Understanding Unexpected Results and Solutions

11 views

11 months ago

Peter Schneider
Force an ExecutorService thread shutdown in Java to end infinite loop

Force an ExecutorService thread shutdown in Java to end infinite loop I hope you found a solution that worked for you :) The ...

2:33
Force an ExecutorService thread shutdown in Java to end infinite loop

3 views

7 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

84 views

10 days 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

129 views

2 months ago