ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,098 results

Code with me
Queue in Java Explained with Real Life Example | Ticket Counter

Welcome back to Day 31 of our 100 Days of Java series! Today, we're diving deep into Stacks and Queues, two of the most ...

1:33
Queue in Java Explained with Real Life Example | Ticket Counter

93 views

4 months ago

Code with me
Undo & Redo in Java Using Stack and Queue | Java Data Structures Explained | Java Day 31

In this video, we'll learn about two powerful data structures in Java: Stack and Queue. You'll understand them with simple real-life ...

2:17
Undo & Redo in Java Using Stack and Queue | Java Data Structures Explained | Java Day 31

218 views

4 months ago

vlogize
Understanding Comparator and PriorityQueue in Java: A Deep Dive

Learn how `Comparator` works with `PriorityQueue` in Java, including a breakdown of a lambda function that reverses normal ...

2:07
Understanding Comparator and PriorityQueue in Java: A Deep Dive

17 views

8 months ago

Next LVL Programming
What Are The Main Queue Methods? - Next LVL Programming

What Are The Main Queue Methods? In this informative video, we'll cover the essential methods of working with queues in Java.

2:53
What Are The Main Queue Methods? - Next LVL Programming

4 views

5 months ago

Next LVL Programming
How Do You Use Priority Queue In Java? - Next LVL Programming

How Do You Use Priority Queue In Java? In this informative video, we will guide you through the process of utilizing a Priority ...

3:59
How Do You Use Priority Queue In Java? - Next LVL Programming

7 views

9 months ago

ExploreTechInsights360
Java Queue Hierarchy

Java Collections - LinkedList & Queue Hierarchy - Queue Hierarchy Overview - Queue Interface - Deque Interface - LinkedList as ...

0:28
Java Queue Hierarchy

63 views

5 months ago

vlogize
How to Implement a Queue in Java

Discover how to efficiently implement a `queue` in Java, allowing for FIFO operations on arrays. Learn about enqueueing and ...

1:37
How to Implement a Queue in Java

0 views

4 months ago

vlogize
Understanding How to Implement a Queue in Java

Learn the fundamentals of implementing a `Queue` in Java, focusing on enqueueing and dequeueing elements with simple, ...

2:23
Understanding How to Implement a Queue in Java

0 views

10 months ago

Usoft Code Academy
Queue in Java - First In First Out | Programming Tutorial

Learn Queue in Java! This tutorial covers everything you need to understand and use Queue in your Java programs. Perfect for ...

3:46
Queue in Java - First In First Out | Programming Tutorial

2 views

1 month ago

vlogize
Fixing Your Java Queue Implementation: Why You're Seeing Unexpected Output

Learn how to correctly implement a queue using arrays in Java and fix common mistakes to ensure your program runs ...

1:53
Fixing Your Java Queue Implementation: Why You're Seeing Unexpected Output

2 views

10 months ago

Next LVL Programming
What Is A Priority Queue? - Next LVL Programming

What Is A Priority Queue? In this informative video, we'll dive into the concept of priority queues and their significance in ...

3:48
What Is A Priority Queue? - Next LVL Programming

12 views

8 months ago

Jacob Mah
Java Programming: Queue

kiss kobi.

1:56
Java Programming: Queue

19 views

4 months ago

vharon romano
Queue GUI in Java – Data Structure Visualization (NetBeans Project)

A queue is like a line of people waiting at a ticket booth — the first person who arrives is the first one served, and new people join ...

1:26
Queue GUI in Java – Data Structure Visualization (NetBeans Project)

75 views

6 months ago

fullstackDaily
33. Stack and Queue in Java Explained 🚀 | Video 33

Stack and Queue are linear data structures used to store data efficiently Learn LIFO (Stack) and FIFO (Queue) with simple Java ...

1:54
33. Stack and Queue in Java Explained 🚀 | Video 33

2 views

1 month ago

vlogize
Finding an Efficient Alternative to ConcurrentLinkedQueue in Java

Explore alternatives to `ConcurrentLinkedQueue`, ensuring thread safety and efficient size logging in your Java applications.

2:02
Finding an Efficient Alternative to ConcurrentLinkedQueue in Java

4 views

6 months ago

vlogize
Understanding How to Fix Your PriorityQueue Issue in Java

Learn how to resolve issues with a `PriorityQueue` in Java, ensuring it properly returns the element with the minimum distance.

2:25
Understanding How to Fix Your PriorityQueue Issue in Java

0 views

9 months ago

vlogize
Efficiently Clear the Worker Queue in Java's CompletionService

Learn how to effectively manage and clear the worker queue in Java's `CompletionService` to optimize multithreading tasks by ...

1:47
Efficiently Clear the Worker Queue in Java's CompletionService

5 views

9 months ago

vlogize
Creating a Generic Queue Class in Java Using an Array

Learn how to implement a generic Queue class in Java using an array for storage. This guide covers enqueueing, dequeuing, ...

2:18
Creating a Generic Queue Class in Java Using an Array

8 views

10 months ago

Anas Anjaria
Java ExecutorService Explained in 1 Minute (Task Queue & Thread Pool)

How does Java ExecutorService actually execute async tasks? In this short video, I explain ExecutorService using a simple ...

1:04
Java ExecutorService Explained in 1 Minute (Task Queue & Thread Pool)

17 views

1 month ago

vlogize
Troubleshooting Your Java Stack and Queue Program: Common Errors and Solutions

A guide to fixing errors in your Java stack and queue program. Learn common pitfalls, reasons for errors, and how to write a ...

2:12
Troubleshooting Your Java Stack and Queue Program: Common Errors and Solutions

0 views

4 months ago