ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

187 results

Bulgarian Java User Group
Visualizing the Java Concurrency API, Christian Heitzmann

With the spread of multicore processors, parallel programming has become unavoidable. That's why the essential principles of ...

50:13
Visualizing the Java Concurrency API, Christian Heitzmann

50 views

3 weeks ago

Bulgarian Java User Group
Virtual Threads Are Not Async I/O: Lessons from Operating System Archaeology, Ivan Yonkov

Asynchronous programming is often presented as a modern invention - reactive streams, CompletableFuture, and now virtual ...

50:54
Virtual Threads Are Not Async I/O: Lessons from Operating System Archaeology, Ivan Yonkov

130 views

3 weeks ago

Roel Van de Paar
java threads and multithreading:How to synchronize threads

java threads and multithreading:How to synchronize threads Helpful? Please use the *Thanks* button above! Or, thank me via ...

2:11
java threads and multithreading:How to synchronize threads

6 views

3 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

5 views

5 months ago

Roel Van de Paar
Yet Another Query About the Thread Safety of a (Java) Singleton

Yet Another Query About the Thread Safety of a (Java) Singleton Helpful? Please use the *Thanks* button above! Or, thank me via ...

2:19
Yet Another Query About the Thread Safety of a (Java) Singleton

0 views

3 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

9 months ago

Roel Van de Paar
Java thread issues with pause and resume via button

Java thread issues with pause and resume via button Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:58
Java thread issues with pause and resume via button

4 views

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

8 months ago

Roel Van de Paar
How to reduce the verbose redundancy of java thread local?

How to reduce the verbose redundancy of java thread local? Helpful? Please use the *Thanks* button above! Or, thank me via ...

1:35
How to reduce the verbose redundancy of java thread local?

2 views

2 months ago

Roel Van de Paar
Analyzing the java thread dumps (2 Solutions!!)

Analyzing the java thread dumps Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

3:54
Analyzing the java thread dumps (2 Solutions!!)

6 views

1 month ago

The Debug Zone
Managing threads accessing a database with Java

Today's Topic: Managing threads accessing a database with Java Thanks for taking the time to learn more. In this video I'll go ...

4:51
Managing threads accessing a database with Java

8 views

3 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

7 months ago

Roel Van de Paar
Java Threads (Am I doing this correctly?) (3 Solutions!!)

Java Threads (Am I doing this correctly?) Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:32
Java Threads (Am I doing this correctly?) (3 Solutions!!)

1 view

2 months ago

Roel Van de Paar
Java thread creation and execution

Java thread creation and execution Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

1:21
Java thread creation and execution

3 views

2 weeks ago

Deconstruct Daily
What are goroutines? Goroutines vs Java Threads? #golang #courses

Ever wondered how Go handles thousands of concurrent tasks with ease while other languages struggle? Welcome to the Go ...

2:03
What are goroutines? Goroutines vs Java Threads? #golang #courses

16 views

1 month ago

Roel Van de Paar
Detecting if a thread is running in java fx

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

2:01
Detecting if a thread is running in java fx

23 views

8 months ago

Roel Van de Paar
Java 6 Threads - different behaviour with "implements Runnable" and "extends Thread"

Java 6 Threads - different behaviour with "implements Runnable" and "extends Thread" Helpful? Please use the *Thanks* button ...

3:20
Java 6 Threads - different behaviour with "implements Runnable" and "extends Thread"

10 views

3 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

10 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

298 views

8 months ago

The Debug Zone
Spring Bean Not Injected in Thread: Common Issues and Solutions

In this video, we dive into a common challenge faced by developers working with Spring Framework: the issue of Spring beans ...

2:34
Spring Bean Not Injected in Thread: Common Issues and Solutions

0 views

9 months ago