ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

666 results

TechPrep
Concurrency vs Parallelism | Simply Explained

This is a solution to the classic Concurrency vs Parallelism technical interview question. Links Concurrency ...

2:12
Concurrency vs Parallelism | Simply Explained

5,946 views

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

2 months ago

Roel Van de Paar
Software Engineering: Java concurrency

Software Engineering: Java concurrency Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

2:40
Software Engineering: Java concurrency

1 view

3 years ago

The Debug Zone
Understanding Java 8 ConcurrentHashMap: Common Issues and Solutions

In this video, we delve into the intricacies of Java 8's ConcurrentHashMap, a powerful tool for managing concurrent data access in ...

2:58
Understanding Java 8 ConcurrentHashMap: Common Issues and Solutions

6 views

9 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

2 weeks ago

The Debug Zone
Understanding Synchronized Blocks in Java: Object Lock vs. Method Lock Explained

In this video, we delve into the intricacies of synchronized blocks in Java, a crucial concept for managing concurrency in your ...

1:53
Understanding Synchronized Blocks in Java: Object Lock vs. Method Lock Explained

0 views

5 months ago

Mixible
How the example from Java Concurrency in practice is thread safe

Welcome to Mixible, your go-to source for comprehensive and informative content covering a broad range of topics from Stack ...

2:21
How the example from Java Concurrency in practice is thread safe

0 views

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

3 months ago

The Debug Zone
Understanding the Difference Between thenAccept and thenApply in Java

In this video, we delve into the nuances of Java's CompletableFuture API, focusing on the key differences between the ...

1:31
Understanding the Difference Between thenAccept and thenApply in Java

2 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

1 month 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
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
How to Wait for Class Initialization in Java: Tips and Solutions

In this video, we delve into the intricacies of class initialization in Java, a crucial aspect for developers looking to optimize their ...

2:53
How to Wait for Class Initialization in Java: Tips and Solutions

1 view

9 months ago

Roel Van de Paar
Code Review: Custom concurrent stack implementation in Java (2 Solutions!!)

Code Review: Custom concurrent stack implementation in Java Helpful? Please support me on Patreon: ...

3:35
Code Review: Custom concurrent stack implementation in Java (2 Solutions!!)

8 views

3 years ago

The Debug Zone
Mastering RxJava2: Combining Single, Maybe, and Completable in Complex Streams

In this video, we dive deep into the world of RxJava2, focusing on the powerful operators Single, Maybe, and Completable. You'll ...

2:23
Mastering RxJava2: Combining Single, Maybe, and Completable in Complex Streams

3 views

2 months ago

Roel Van de Paar
Code Review: Java concurrency exercise, implementing transfer of amount from one account to another

Code Review: Java concurrency exercise, implementing transfer of amount from one account to another Helpful? Please support ...

2:57
Code Review: Java concurrency exercise, implementing transfer of amount from one account to another

20 views

3 years ago

The Debug Zone
Testing Exceptions in CompletableFuture: A Guide to Handling Errors

In this video, we delve into the intricacies of handling exceptions in Java's CompletableFuture. As asynchronous programming ...

2:57
Testing Exceptions in CompletableFuture: A Guide to Handling Errors

3 views

7 months ago

The Debug Zone
Java 8 Streams Timeout: How to Handle Long-Running Operations Effectively

In this video, we delve into the powerful features of Java 8 Streams and explore how to effectively manage long-running ...

1:54
Java 8 Streams Timeout: How to Handle Long-Running Operations Effectively

2 views

1 month ago

The Debug Zone
Why Java IO Can't Implement Async Reading: Understanding the Limitations

In this video, we delve into the intricacies of Java's Input/Output (IO) system and explore the reasons behind its inability to support ...

1:36
Why Java IO Can't Implement Async Reading: Understanding the Limitations

10 views

4 months ago

Sophia Wagner
Codereview: Reduce String Length With Thread Safety & Concurrency

Reduce String Length With Thread Safety & Concurrency Hey guys! Hopefully you found a solution that helped you! The Content ...

3:30
Codereview: Reduce String Length With Thread Safety & Concurrency

0 views

3 weeks ago