ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

316 results

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

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

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

DEEPTI SHARMA: Let's Learn Programming
Threads in Java | Multithreading in Java | Java Threads #javathreads #java #javatutorial #coding

Threads in Java | Multithreading in Java | Java Threads #javathreads #java #javatutorial #coding #javatutorial #java #coding ...

20:11
Threads in Java | Multithreading in Java | Java Threads #javathreads #java #javatutorial #coding

21 views

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

DEEPTI SHARMA: Let's Learn Programming
Threads in Java | Multithreading in Java | Java Threads #javathreads #java #javatutorial #coding

Threads in Java | Multithreading in Java | Java Threads #javathreads #java #javatutorial #coding #javatutorial #java #coding ...

2:14
Threads in Java | Multithreading in Java | Java Threads #javathreads #java #javatutorial #coding

137 views

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

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

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

126 views

2 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

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

468,680 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

82 views

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

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

9 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
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 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