ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

192 results

Java
What is a blocking call? #javalanguage #javacoding #javatips #javacodinginterview #coding

Cracking the #Java #Coding #Interview - Question 250: What is a blocking call? Watch all the questions here: ...

1:00
What is a blocking call? #javalanguage #javacoding #javatips #javacodinginterview #coding

14,635 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

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

9 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

4 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

5 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

6 views

5 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

6 months 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

2 views

6 months 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

2 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

6 months ago

vlogize
Understanding the take() Method in Java's PriorityBlockingQueue: Can It Block Even When Not Empty?

Dive deep into the behavior of Java's `PriorityBlockingQueue` and discover why the `take()` method may block even when the ...

1:27
Understanding the take() Method in Java's PriorityBlockingQueue: Can It Block Even When Not Empty?

3 views

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

2 months ago

LetsUpskill
Blocking Queue #interviewprep #javainterviewquestions

Describes about the Blocking Queue.

1:47
Blocking Queue #interviewprep #javainterviewquestions

248 views

3 months ago

vlogize
Understanding Why Your BlockingQueue in Java Seems to Accept More Elements than Defined Size

Discover the insights behind the `BlockingQueue` in Java and why it appears to allow more elements than its defined capacity.

1:43
Understanding Why Your BlockingQueue in Java Seems to Accept More Elements than Defined Size

0 views

3 months ago

vlogize
How to Effectively Stop and Restart Threads in Java Spring Boot

Discover the best practices for managing threads in a Spring Boot application, including how to properly stop and restart threads ...

2:10
How to Effectively Stop and Restart Threads in Java Spring Boot

3 views

8 months ago

CodeTwist
java arrayblockingqueue

Get Free GPT4.1 from https://codegive.com/1b60bfa ## Java ArrayBlockingQueue: A Comprehensive Tutorial The ...

1:03
java arrayblockingqueue

1 view

5 months ago

CodeTwist
java arrayblockingqueue example

Get Free GPT4.1 from https://codegive.com/1af752b ## Java ArrayBlockingQueue: A Comprehensive Tutorial with Examples The ...

1:04
java arrayblockingqueue example

0 views

5 months ago

blogize
Avoiding Final Field Initialization Errors in ArrayBlockingQueue's Implementation

ArrayBlockingQueue's Implementation ArrayBlockingQueue is a blocking queue backed by an array. This implementation ensures ...

1:06
Avoiding Final Field Initialization Errors in ArrayBlockingQueue's Implementation

3 views

10 months ago

vlogize
Understanding the Performance Impact of ConcurrentLinkedQueue.poll() in Java

Here are some best practices to keep in mind: Use Blocking Queues: Prefer methods like LinkedBlockingQueue.take() which ...

1:33
Understanding the Performance Impact of ConcurrentLinkedQueue.poll() in Java

5 views

6 months ago

vlogize
Understanding How Java's CompletionService Manages Multiple Task Submissions

Explore how Java's `CompletionService` handles tasks beyond pool size with an in-depth guide on submission behavior and ...

1:35
Understanding How Java's CompletionService Manages Multiple Task Submissions

5 views

8 months ago