ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

37 results

Web Fusion with Bharadwaj
31. Design a Thread Pool : Java

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

36:31
31. Design a Thread Pool : Java

44 views

2 days ago

Java In Action
14. Mastering CompletableFuture || Java Multithreading || Java In Action
7:45
14. Mastering CompletableFuture || Java Multithreading || Java In Action

12 views

6 days ago

The United Codes
I Sent 100,000 Requests to Java — It Didn’t Crash

Like our video and subscribe to our Channel "The United Codes" 00:00 – Cores vs Threads (The Real Difference) 03:12 ...

41:34
I Sent 100,000 Requests to Java — It Didn’t Crash

232 views

5 days ago

Java In Action
Java Multithreading - Quick Revision for Interviews || The Ultimate Interview Guide | Java In Action

`ExecutorService` (12:09-12:59, 14:34-15:13) is emphasized as the modern best practice for managing thread pools and ...

2:00:24
Java Multithreading - Quick Revision for Interviews || The Ultimate Interview Guide | Java In Action

113 views

6 days ago

Maksim Akhmerov | Войти в IT | offercraft
Как создать THREADPOOLS в JAVA?

Ссылка на статью про threadpools: https://offercraft.ru/questions/java/thread_pool_implementation https://offercraft.ru ...

5:11
Как создать THREADPOOLS в JAVA?

23 views

3 days ago

PhantomFeed
Advanced Java Concurrency, Memory, and Core APIs #java #advance #ai #concurrency #memory #api

The material provides a strong focus on multithreading and concurrency, explaining concepts like thread pools, synchronization, ...

7:34
Advanced Java Concurrency, Memory, and Core APIs #java #advance #ai #concurrency #memory #api

0 views

4 days ago

Java In Action
13. Java Fork Join And Streams || Java Multithreading || Java In Action

... but what makes the fork/join framework so much more efficient than say a regular thread pool Well the answer is its secret sauce ...

7:23
13. Java Fork Join And Streams || Java Multithreading || Java In Action

124 views

6 days ago

Sunsetting AI
Singleton Pattern Explained: When to Use It (and When NOT To)

The Singleton pattern guarantees exactly one instance of a class exists throughout your application—but it's one of the most ...

6:16
Singleton Pattern Explained: When to Use It (and When NOT To)

8 views

6 days ago

Web Fusion with Bharadwaj
1. Singleton Pattern (Java)

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

12:29
1. Singleton Pattern (Java)

86 views

3 days ago

Bits And Bytes
Java Stream vs Parallel Stream Explained | Performance, Use Cases & Interview Questions

In this video, we will clearly understand the difference between Stream and Parallel Stream in Java. Many developers blindly use ...

34:11
Java Stream vs Parallel Stream Explained | Performance, Use Cases & Interview Questions

101 views

4 days ago

Vlad Zuev
Java. Multithreading. Lesson 57. Virtual Threads

Timecodes: 00:00 - Start 00:03 - How regular threads work 00:30 - A new thread for each incoming request 01:08 - Thread pool ...

14:31
Java. Multithreading. Lesson 57. Virtual Threads

331 views

4 days ago

Web Fusion with Bharadwaj
33. Design an in-memory Message Queue System : Java

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

37:51
33. Design an in-memory Message Queue System : Java

84 views

1 day ago

vlogommentary
Handling Asynchronous Sub-User Processing Within the Same @ Transactional Context in Spring Boot

Use an appropriate thread pool executor with @ Async. Avoid accessing web request context in async threads unless explicitly ...

4:53
Handling Asynchronous Sub-User Processing Within the Same @ Transactional Context in Spring Boot

0 views

6 days ago

vlogize
Optimierung von Clojure: Core.async versus ScheduledExecutorService für Datenbank-Abfragen

Erkunden Sie die Unterschiede zwischen der Verwendung von `core.async` und einem `ScheduledExecutorService` für ...

2:43
Optimierung von Clojure: Core.async versus ScheduledExecutorService für Datenbank-Abfragen

0 views

2 days ago

Gonzalo Cabrera Gutiérrez
Consideraciones para el desarrollo de un flujo en apache Nifi 2.5 en cluster

El desarrollo de flujos en Apache NiFi 2.5 dentro de un entorno de clúster se basa en una arquitectura de alto rendimiento que ...

5:41
Consideraciones para el desarrollo de un flujo en apache Nifi 2.5 en cluster

13 views

1 day ago

程序员三藏
线程池的参数到底该如何配置? 介绍线程池7个参数的作用,推导核心线程数的数量,以及其他参数配置#java #java面试 #编程 #程序员 #干货分享

线程池的参数到底该如何配置? 介绍线程池7个参数的作用,推导核心线程数的数量,以及其他参数配置#java #java面试#编程#程序 ...

12:02
线程池的参数到底该如何配置? 介绍线程池7个参数的作用,推导核心线程数的数量,以及其他参数配置#java #java面试 #编程 #程序员 #干货分享

0 views

5 days ago

Sudhanshu Jaiswal
Infosys Interview Q & A | Recently Asked (Dec 2025) | Java Developer

Preparing for your Infosys Java interview? In this video, I share real Infosys Java Developer interview questions asked in the latest ...

42:05
Infosys Interview Q & A | Recently Asked (Dec 2025) | Java Developer

337 views

4 days ago

HIBY新聞
Thailand's top fortune teller reveals three forbidden zones for 2026: H, J, and T | Escape kit...

The video footage was AI-generated, and all descriptions are based on real information. She previously warned on camera that ...

44:18
Thailand's top fortune teller reveals three forbidden zones for 2026: H, J, and T | Escape kit...

34,143 views

3 days ago

程序员三藏
带你逐行解读线程池工作原理 介绍线程池线程的创建,线程如何处理任务请求?线程复用时,怎样从队列获取任务?线程的阻塞唤醒?空闲线程回收等流程#编程 #干货分享 #程序员 #java #知识分享

带你逐行解读线程池工作原理介绍线程池线程的创建,线程如何处理任务请求?线程复用时,怎样从队列获取任务?线程的阻塞唤醒 ...

12:08
带你逐行解读线程池工作原理 介绍线程池线程的创建,线程如何处理任务请求?线程复用时,怎样从队列获取任务?线程的阻塞唤醒?空闲线程回收等流程#编程 #干货分享 #程序员 #java #知识分享

21 views

6 days ago

vlogommentary
How to Process Reactive Query Results Concurrently with Spring Data MongoDB Reactive and Project Re

boundedElastic() provides a dynamically growing thread pool suitable for blocking operations without starving CPU threads.

3:48
How to Process Reactive Query Results Concurrently with Spring Data MongoDB Reactive and Project Re

0 views

27 minutes ago