ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

198 results

Geekific
Mastering Java BlockingQueue | Producer-Consumer Explained with Real Examples | Geekific

Why do developers rely so heavily on BlockingQueue in Java? In this video, we dive into one of the most powerful tools from the ...

6:21
Mastering Java BlockingQueue | Producer-Consumer Explained with Real Examples | Geekific

1,106 views

3 months ago

Java Techie
Java Multithreading Interview 🔥 | Producer–Consumer using wait/notify & BlockingQueue @Javatechie

JavaTechie #microservice #InterviewQA #Concurrency In this video, we break down one of the most frequently asked ...

18:32
Java Multithreading Interview 🔥 | Producer–Consumer using wait/notify & BlockingQueue @Javatechie

16,491 views

5 months ago

codeWithAryan
🧵 Concurrency & Multithreading COMPLETE Crash Course | All you need to know for any LLD Rounds ‼️

... Multithreaded Problem 6:31:47 - Design Bounded Blocking Queue Problem 6:51:20 - The Dining Philosophers Problem 7:08:28 ...

7:36:58
🧵 Concurrency & Multithreading COMPLETE Crash Course | All you need to know for any LLD Rounds ‼️

85,459 views

9 months ago

vlogize
Understanding BlockingQueue's drainTo and add in Multithreading: A Detailed Guide

Explore the thread-safety of Java's `BlockingQueue` methods `add` and `drainTo`. Learn how to effectively manage concurrent ...

1:43
Understanding BlockingQueue's drainTo and add in Multithreading: A Detailed Guide

6 views

10 months ago

Java Coding Tutorials
Producer–Consumer in Java 🔥 | Multithreading + BlockingQueue + Poison Pill Explained

In this Java tutorial, we implement the Producer–Consumer problem using a BlockingQueue and the Poison Pill technique.

10:39
Producer–Consumer in Java 🔥 | Multithreading + BlockingQueue + Poison Pill Explained

67 views

5 months ago

Code Granular
Java BlockingQueue Explained: Linked vs Array vs Priority vs Synchronous

Choosing the wrong Java BlockingQueue can lead to memory issues, bottlenecks, or slow system shutdowns. In this latest part of ...

23:24
Java BlockingQueue Explained: Linked vs Array vs Priority vs Synchronous

8 views

4 weeks ago

vlogize
Ensuring Consecutive Item Sequence in Java with a Custom Blocking Queue

Learn how to ensure consecutive item processing in Java using a custom `ConsecutiveBlockingQueue`, combining the ...

2:22
Ensuring Consecutive Item Sequence in Java with a Custom Blocking Queue

3 views

8 months ago

vlogize
Finding an Efficient Alternative to ConcurrentLinkedQueue in Java

Blocking Queue Alternatives If correct size tracking is absolutely necessary, you might have to opt for traditional locking ...

2:02
Finding an Efficient Alternative to ConcurrentLinkedQueue in Java

4 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

494,346 views

9 months ago

vlogize
Understanding Why Your Java Blocking Q Test Stops Executing

Discover the reasons behind the termination of your Java Blocking Queue test and learn how to keep your threads running.

1:52
Understanding Why Your Java Blocking Q Test Stops Executing

0 views

8 months ago

Crashcasts
Understanding Java's BlockingQueue: Mastering Thread-Safe Operations in Concurrent Programming

Dive into the world of concurrent collections with Java's BlockingQueue interface, a powerful tool for managing thread-safe ...

7:17
Understanding Java's BlockingQueue: Mastering Thread-Safe Operations in Concurrent Programming

3 views

8 months ago

vlogize
Choosing the Right Method for Waiting on an Empty BlockingQueue

Explore the performance implications of blocking versus polling in Java's BlockingQueue and optimize your multithreaded ...

1:32
Choosing the Right Method for Waiting on an Empty BlockingQueue

0 views

8 months ago

CodeLift
arrayblockingqueue in java

Get Free GPT4.1 from https://codegive.com/e7082e5 ## ArrayBlockingQueue in Java: A Comprehensive Guide The ...

1:20
arrayblockingqueue in java

2 views

7 months ago

slazysloth
Notification Service | Low Level Design | Producer Consumer Pattern | JAVA | Blocking Queue | Hindi

Hi guys, in this video we have covered the low level design for the notification service. we have implemented the producer ...

37:42
Notification Service | Low Level Design | Producer Consumer Pattern | JAVA | Blocking Queue | Hindi

36 views

1 month ago

vlogize
Allowing Queue Jumpers in Java and Scala Blocking Queues: An Effective Solution

Explore how to implement a `queue jumper` solution in Java or Scala. Learn about alternatives to `LinkedBlockingQueue` for ...

2:50
Allowing Queue Jumpers in Java and Scala Blocking Queues: An Effective Solution

0 views

4 months ago

Crashcasts
Understanding ArrayBlockingQueue: Java's Thread-Safe Bounded Collection

... blocking and non-blocking operations, and when to use each * How ArrayBlockingQueue compares to other BlockingQueue ...

6:03
Understanding ArrayBlockingQueue: Java's Thread-Safe Bounded Collection

6 views

8 months ago

123boot
JAVA - J63 - Blocking queues

... bienvenue dans cette nouvelle vidéo de préparation à la certification Java dans laquelle nous allons parler des blocking queue ...

2:38
JAVA - J63 - Blocking queues

34 views

11 months ago

CodeLift
arrayblockingqueue vs linkedblockingqueue

Get Free GPT4.1 from https://codegive.com/4bf5ab4 ## ArrayBlockingQueue vs. LinkedBlockingQueue: A Comprehensive Guide ...

1:21
arrayblockingqueue vs linkedblockingqueue

8 views

7 months ago

Crashcasts
Understanding ArrayBlockingQueue: Java's Thread-Safe Bounded Collection

... blocking and non-blocking operations, and when to use each • How ArrayBlockingQueue compares to other BlockingQueue ...

6:03
Understanding ArrayBlockingQueue: Java's Thread-Safe Bounded Collection

1 view

8 months ago

vlogize
Resolving Blocking Queue poll Method Returning Null in Multithreaded Java Applications

Discover how to eliminate race conditions causing the BlockingQueue poll method to return null in your Java and Spring ...

1:49
Resolving Blocking Queue poll Method Returning Null in Multithreaded Java Applications

0 views

4 months ago