ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

15 results

Java In Action
Blocking vs. Non-Blocking I/O in Java: The Phone Call vs. WhatsApp Analogy

Have you ever noticed how a simple phone call can stop everything you're doing, but sending a WhatsApp message doesn't?

6:24
Blocking vs. Non-Blocking I/O in Java: The Phone Call vs. WhatsApp Analogy

26 views

12 days ago

Java In Action
12. Java Executor Framework Explained || Java Multithreading || Java in Action

Are you still writing new Thread().start() in your Java applications? If so, you might be sitting on a "ticking time bomb" of ...

8:34
12. Java Executor Framework Explained || Java Multithreading || Java in Action

9 views

3 days ago

Java In Action
Java Multithreading in Action – Quick Revision for Interviews | Important Interview Topics

Producer Consumer Problem: Solve this classic synchronization issue using the BlockingQueue class, which internally handles ...

7:06
Java Multithreading in Action – Quick Revision for Interviews | Important Interview Topics

178 views

13 days ago

SPS Tech | Learn Java | Crack Interviews
4.5 Queues in Java Explained | Queue, Deque, PriorityQueue | Java Collections

Queues in Java form one of the most important data structures in backend development, scheduling systems, messaging ...

8:13
4.5 Queues in Java Explained | Queue, Deque, PriorityQueue | Java Collections

30 views

2 weeks ago

Bits of Code by Anand
#18 ExecutorService Internals Part 4: The 7 Constructor Parameters of ThreadPoolExecutor Explained

Welcome back to our **Multithreading in Java** series! In this deep-dive, we pull back the curtain on the Java ExecutorService ...

15:37
#18 ExecutorService Internals Part 4: The 7 Constructor Parameters of ThreadPoolExecutor Explained

109 views

2 weeks ago

vlogommentary
Understanding Thread.sleep(1) Impact on Java Multithreading Performance

Explore why adding Thread.sleep(1) inside synchronized blocks can dramatically affect Java multithreaded performance, backed ...

4:22
Understanding Thread.sleep(1) Impact on Java Multithreading Performance

0 views

4 days ago

Java In Action
Reactive Programming in Java Explained : The Restaurant Analogy

Have you ever wondered why some applications might slow down or even crash when they are hit by too many users ...

6:15
Reactive Programming in Java Explained : The Restaurant Analogy

22 views

12 days ago

Web Fusion with Bharadwaj
13. Priority Queue in Java

Welcome to Code-with-Bharadwaj! Hi there! I'm Manu, and I'm excited to help you level up your coding skills.

16:38
13. Priority Queue in Java

24 views

5 days ago

Sudhanshu Jaiswal
#22 | Virtual Thread Vs Traditional Threads | Java Interview

In this video, we break down what Virtual Threads are in Java 21 and how they differ from traditional (platform) threads — one of ...

8:28
#22 | Virtual Thread Vs Traditional Threads | Java Interview

0 views

12 days ago

Web Fusion with Bharadwaj
11. Queue in Java

Welcome to Code-with-Bharadwaj! Hi there! I'm Manu, and I'm excited to help you level up your coding skills.

13:29
11. Queue in Java

20 views

5 days ago

12 AM Coding
Java | Asynchronous Programming in Java | CompletableFuture | Basics

Java Asynchronous Programming | CompletableFuture Basics | Master Async Java ⚡ Unlock the power of asynchronous ...

15:05
Java | Asynchronous Programming in Java | CompletableFuture | Basics

43 views

2 weeks ago

Dr. Mohammed Abdalla Youssif
Lec75: Java Virtual Thread usage in Spring Boot applications

javacommunity Java Virtual Threads (introduced via Project Loom and standardized starting from Java 21) represent a major ...

16:17
Lec75: Java Virtual Thread usage in Spring Boot applications

53 views

10 days ago

Backend Verse
Redis Sorted Set Explained | ZINCRBY, ZREM, ZUNIONSTORE, ZSCAN 🚀

Redis Sorted Set Explained | ZINCRBY, ZREM, ZUNIONSTORE, ZSCAN 🚀 Welcome to Backend Verse! 🌿 In this video, we continue ...

16:21
Redis Sorted Set Explained | ZINCRBY, ZREM, ZUNIONSTORE, ZSCAN 🚀

58 views

3 weeks ago

Code with Ganesh
Synchronous vs Asynchronous Programming | Node JS | Code with Ganesh

The excerpts explore the fundamental difference between Synchronous programming, where execution proceeds sequentially ...

6:10
Synchronous vs Asynchronous Programming | Node JS | Code with Ganesh

6 views

3 weeks ago

Code Lab
#17.Callback Functions in Javascript Explained: From Basic to Advanced

Struggling to understand how Callback functions actually work in JavaScript? In this video, I break down everything you need to ...

9:38
#17.Callback Functions in Javascript Explained: From Basic to Advanced

19 views

1 month ago