ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

28 results

Java
Virtual Threads in the Real World: Fast, Robust Java Microservices with Helidon

In 2022, the Helidon Team made a significant decision: re-write our Netty-based Helidon Web Server to be fully implemented ...

45:03
Virtual Threads in the Real World: Fast, Robust Java Microservices with Helidon

8,159 views

6 days ago

Java In Action
2. The 4 Ways to Create Java Threads || From Runnable to ExecutorService || Java Multithreading

The Modern Best Practice: Why the ExecutorService is the industry standard for managing thread pools, reusing resources, and ...

7:39
2. The 4 Ways to Create Java Threads || From Runnable to ExecutorService || Java Multithreading

9 views

5 days ago

Geekific
Modern Java Features That Change How We Write Code | Java 21 & 25 | Geekific

Java 21 and Java 25 mark the biggest shift in Java's evolution in years. These releases don't just add syntax sugar, they ...

7:01
Modern Java Features That Change How We Write Code | Java 21 & 25 | Geekific

976 views

7 days ago

Prashant Sharma
Java String Explained | String Constant Pool & Immutability | Java Interview Questions

In this video, we deep dive into Java Strings, one of the most important and frequently asked Java interview topics. You will clearly ...

18:18
Java String Explained | String Constant Pool & Immutability | Java Interview Questions

34 views

7 days ago

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

... it what exactly is a thread to really get multi-threading we've got to start with the most basic building block the absolute smallest ...

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

29 views

1 day 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

7 views

2 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

0 views

1 day ago

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

7 views

1 day ago

Server Logic Simplified
What are common application server resource pooling strategies?

Common types of resource pools like connection pools and thread pools. ▻ How different pooling strategies impact application ...

3:18
What are common application server resource pooling strategies?

0 views

6 days ago

NLJUG
Java 25 - Better Language, Better APIs, Better Runtime I Nicolai Parlog

Java 25 will be the next release with wide-ranging long-term support and it's a doozy: * from unnamed patterns to module imports ...

49:30
Java 25 - Better Language, Better APIs, Better Runtime I Nicolai Parlog

17 views

5 days ago

남궁성의 정석코딩
[Java Essentials 4th Edition 2025] ch13-9 Executor

[Java Essentials 4th Edition 2025] Ch13-9 Executor This book provides detailed information on the Executor, ExecutorService ...

17:57
[Java Essentials 4th Edition 2025] ch13-9 Executor

81 views

5 days ago

vlogommentary
Understanding the Armeria Server Lifecycle and How to Wait for Shutdown

Learn how to manage the lifecycle of an Armeria server, including how to wait for server shutdown and understand its threading ...

2:55
Understanding the Armeria Server Lifecycle and How to Wait for Shutdown

0 views

5 days ago

Mr.Hassan
Changing Mr Hassan Family Old Farm: Separation is Rejected for Everyone

Hassan and the rest of the family try to reason with Grandma, knowing that this new farm represents Habib's last chance to fulfill ...

57:31
Changing Mr Hassan Family Old Farm: Separation is Rejected for Everyone

10,796 views

4 days ago

程序员三藏
源码剖析execute与submit的区别 回顾线程池execute的执行主流程,介绍submit提交任务的执行流程,get阻塞获取数据,线程的阻塞唤醒等#编程 #java #程序员 #知识分享...

源码剖析execute与submit的区别回顾线程池execute的执行主流程,介绍submit提交任务的执行流程,get阻塞获取数据,线程的阻塞 ...

9:57
源码剖析execute与submit的区别 回顾线程池execute的执行主流程,介绍submit提交任务的执行流程,get阻塞获取数据,线程的阻塞唤醒等#编程 #java #程序员 #知识分享...

0 views

6 days ago

The United Codes
Java Threads Are Lying to You | Concurrency, RAM, CPU & Virtual Threads Explained

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

41:34
Java Threads Are Lying to You | Concurrency, RAM, CPU & Virtual Threads Explained

28 views

4 hours ago

Whispered Pages
The War of the Worlds | H.G. Wells Full Audiobook Collection

Witness the invasion that redefined science fiction. This is the complete audiobook of The War of the Worlds by H.G. Wells, ...

5:50:30
The War of the Worlds | H.G. Wells Full Audiobook Collection

44 views

2 days 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

1 day 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)

5 views

1 day ago