ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

469 results

Easy Learning
Producer Consumer Pattern Using a BlockingQueue in Java

Producer-Consumer Pattern using BlockingQueue : Java provides a built-in blocking queue data structure in java.util.concurrent ...

22:56
Producer Consumer Pattern Using a BlockingQueue in Java

1,914 views

6 years ago

Code With Ease - By Varsha
Producer Consumer Problem in Java? | Blocking Queue in java | Threads and Concurrency

Hi, In this video we have discussed about in-depth the Producer and Consumer problem. You will learn: - What is this problem ...

26:35
Producer Consumer Problem in Java? | Blocking Queue in java | Threads and Concurrency

4,645 views

2 years ago

Java Fanatics
blocking queue

A Queue that additionally supports operations that wait for the queue to become non-empty when retrieving an element, and wait ...

41:50
blocking queue

105 views

5 years ago

Java Tutorial for Beginners
Java Collections Blocking Queue Part 7

Blocking Queue is an extension of the Queue interface in Java. BlockingQueue provides additional methods for blocking access ...

20:08
Java Collections Blocking Queue Part 7

574 views

3 years ago

Engineering Digest
All-In-One Java Queues & Deques Tutorial: Covering LinkedList, PriorityQueue, ArrayDeque & More!

... Queue and Deque to the specialized LinkedList, PriorityQueue, ArrayDeque, and their various extensions like BlockingQueue, ...

1:00:01
All-In-One Java Queues & Deques Tutorial: Covering LinkedList, PriorityQueue, ArrayDeque & More!

17,772 views

1 year ago

Java Lessons Made Easy
Producer Consumer Pattern Using a BlockingQueue in Java

The BlockingQueue interface provides two methods put() and take() which are used implicitly in blocking the Producer and the ...

23:22
Producer Consumer Pattern Using a BlockingQueue in Java

668 views

4 years ago

SPTDC
Michael Scott — Nonblocking data structures. Part 1.

Nonblocking concurrent data structures are an increasingly valuable tool for shared-memory parallel programming. By ensuring ...

1:27:59
Michael Scott — Nonblocking data structures. Part 1.

6,514 views

6 years 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 ‼️

71,777 views

8 months ago

Durga Software Solutions
Core Java With OCJP/SCJP: Collections Part-15 || queue

java Basic Java Tutorial for beginners Basic Java Programming for beginners Core Java By Durga Sir Core Java Core Java Video ...

57:26
Core Java With OCJP/SCJP: Collections Part-15 || queue

178,509 views

9 years ago

Jakob Jenkov
Java Lock

The Java Lock interface represents a concurrent lock which can make sure only one thread at a time can lock the lock, perform its ...

28:51
Java Lock

56,769 views

5 years ago

Coding with Aman
Java Multithreading Crash Course – Quick Revision for Interviews | Important Interview Topics!

Are you preparing for a Java interview and need a quick but comprehensive revision of Multithreading and Concurrency?

1:25:55
Java Multithreading Crash Course – Quick Revision for Interviews | Important Interview Topics!

45,338 views

10 months ago

#TechieMit
BlockingQueue  and PriorityBlocking in Java|Practical Example|MultiThreading

BlockingQueue & PriorityBlockingQueue in Java | Practical Example | MultiThreading Master Java Concurrency with ...

23:00
BlockingQueue and PriorityBlocking in Java|Practical Example|MultiThreading

90 views

11 months ago

Java Code Geeks
Java Queue Example

Interested to learn more about Queue in Java? Then check out our detailed video on Java Queue, through detailed examples.

22:40
Java Queue Example

2,787 views

5 years ago

Jakob Jenkov
Java Synchronized - The synchronized keyword in Java and Java synchronized blocks and methods

Java synchronized blocks are either methods or blocks within methods which are synchronized. Synchronized blocks help solve ...

45:08
Java Synchronized - The synchronized keyword in Java and Java synchronized blocks and methods

107,622 views

5 years 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

31 views

8 days ago

codeonedigest
Asynchronous Non-Blocking Microservices Tutorial in Springboot with Java Code Example for Beginners

In this video we will learn about Non-Blocking Asynchronous Microservices in Springboot framework using Async annotation with ...

36:19
Asynchronous Non-Blocking Microservices Tutorial in Springboot with Java Code Example for Beginners

15,337 views

2 years ago

MIT OpenCourseWare
17. Synchronization Without Locks

MIT 6.172 Performance Engineering of Software Systems, Fall 2018 Instructor: Charles Leiserson View the complete course: ...

1:20:10
17. Synchronization Without Locks

37,625 views

6 years ago

Bulgarian Java User Group
Non-blocking Michael-Scott queue algorithm - Alexey Fyodorov

http://jprime.io/nav/article/129.

46:48
Non-blocking Michael-Scott queue algorithm - Alexey Fyodorov

2,396 views

8 years ago

Douglas Schmidt
Java Concurrent Collections: ConcurrentHashMap and BlockingQueues

This video describes the structure and functionality of the Java ConcurrentHashMap and BlockingQueue concurrent collections.

20:57
Java Concurrent Collections: ConcurrentHashMap and BlockingQueues

5,283 views

5 years ago

My Channel
Java collections framework interview questions and Answers | MOST ASKED | Core Java | Code Decode

In other words, multiple threads can be inserting and taking elements concurrently from a Java BlockingQueue, without any ...

26:57
Java collections framework interview questions and Answers | MOST ASKED | Core Java | Code Decode

852,446 views

5 years ago