ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,718 results

ArjanCodes
The Real Reason the Singleton Pattern Exists

Learn how to design great software in 7 steps: https://arjan.codes/designguide. Singletons are often criticized for introducing ...

15:31
The Real Reason the Singleton Pattern Exists

39,274 views

3 months ago

TodoCode
SINGLETON PATTERN the pattern you absolutely MUST LEARN

SINGLETON is a design pattern that ensures that a class has only one instance throughout the application and provides a global ...

19:15
SINGLETON PATTERN the pattern you absolutely MUST LEARN

11,629 views

3 weeks ago

Vincent Vauban
What is the Singleton pattern in Java?

Java Interview Questions – Episode 13 What is the Singleton pattern in Java? The Singleton pattern is a creational design ...

1:58
What is the Singleton pattern in Java?

26 views

4 months ago

Java Guides
What is a Singleton Class in Java and How Do You Implement It | Java Interview Questions and Answers

A singleton class in Java is a design pattern that ensures a class has only one instance and provides a global point of access to ...

4:48
What is a Singleton Class in Java and How Do You Implement It | Java Interview Questions and Answers

1,055 views

1 month ago

Devaraj Umapathi
Singleton Design Pattern in Java | All Variations Explained with Code | Tamil

In this video, we dive deep into the Singleton Design Pattern in Java — one of the most commonly used creational design patterns ...

23:01
Singleton Design Pattern in Java | All Variations Explained with Code | Tamil

7,733 views

8 months ago

vlogize
Mastering the Singleton Pattern in Java for a Global Connection Pool

Learn how to implement the Singleton design pattern in Java effectively, ensuring thread safety and preventing multiple instances ...

1:52
Mastering the Singleton Pattern in Java for a Global Connection Pool

4 views

6 months ago

ByteMonk
Design Patterns Explained | Java, Singleton, Thread Safety & Anti-Pattern

Design patterns are timeless solutions to recurring software problems — and mastering them sharpens how you think about ...

7:41
Design Patterns Explained | Java, Singleton, Thread Safety & Anti-Pattern

27,232 views

5 months ago

OpenBoxAiPro
Singleton Design Pattern in Java | Why Use Singleton, Problems Solved & Example Explained

In this video, we will learn about the Singleton Design Pattern in Java step by step. You'll understand: ✓ What is Singleton in Java ...

9:42
Singleton Design Pattern in Java | Why Use Singleton, Problems Solved & Example Explained

13 views

3 months ago

The PrudhVraj
What is a Singleton Pattern? | Singleton Simplified | Design Patterns | Java
1:55
What is a Singleton Pattern? | Singleton Simplified | Design Patterns | Java

48 views

4 months ago

Shristi Tech Academy
Java Singleton Pattern Simplified! No More Confusion

Let's simplify the Singleton Pattern — one of the most asked Java interview topics! In this video, you'll learn * What is the Singleton ...

9:08
Java Singleton Pattern Simplified! No More Confusion

2,285 views

6 months ago

SoftCrack Education
Singleton Design pattern java

Hi everyone so today we will learn the design patterns okay so in java we have design patterns so basically design patterns helps ...

3:55
Singleton Design pattern java

6 views

3 months ago

MJ's BACKEND BOOTCAMP
Singleton Design Pattern in Java 🔥 | Eager vs Lazy Initialization #singleton #designpatternsinjava

Learn Singleton Design Pattern in Java — the most asked interview question and one of the most used creational design patterns!

10:01
Singleton Design Pattern in Java 🔥 | Eager vs Lazy Initialization #singleton #designpatternsinjava

96 views

5 months ago

ByteMonk
Design Patterns in Java Every Developer Should Know | Factory, Observer, Strategy

Not all design patterns are created equal. In this video, we explore 3 of the most **practical and production-worthy patterns** ...

8:50
Design Patterns in Java Every Developer Should Know | Factory, Observer, Strategy

25,889 views

5 months ago

Deep Tech
Singleton Design Pattern in Java | Real-Life Example + Thread-Safe Solution Explained

Ever wondered what can go wrong if your code creates multiple database connections for every request? In this video, I'll show ...

14:26
Singleton Design Pattern in Java | Real-Life Example + Thread-Safe Solution Explained

327 views

7 months ago

Paras Saini
TOP 6 Singleton Design Pattern Implementations You Need to Know

TOP 6 Singleton Design Pattern Implementations You Need to Know by Paras Saini Ready to master the Singleton design ...

27:15
TOP 6 Singleton Design Pattern Implementations You Need to Know

210 views

7 months ago

TheJavaLab
🎯 Title:Singleton Design Pattern 🚀 | Java Design Patterns

The Singleton Design Pattern ensures that only one instance of a class exists in the entire application and provides a global point ...

1:04
🎯 Title:Singleton Design Pattern 🚀 | Java Design Patterns

3 views

4 months ago

Geek Coding Academy
Singleton Design Pattern Explained in Kannada | Java Design Patterns | Geek Coding Academy

In this video, you will learn about the Singleton Design Pattern in Kannada with real-life examples. Singleton is one of the most ...

12:41
Singleton Design Pattern Explained in Kannada | Java Design Patterns | Geek Coding Academy

81 views

5 months ago

Code for Tech Solutions
🚀 Singleton Pattern in Java 2025 | Best Way to Create Singleton (Step-by-Step for Beginners & Pros)

Master the Singleton Design Pattern in Java — the BEST way in 2025! In this step-by-step Java tutorial, you'll learn exactly how to ...

22:59
🚀 Singleton Pattern in Java 2025 | Best Way to Create Singleton (Step-by-Step for Beginners & Pros)

155 views

4 months ago

Coder Army
Singleton Design Pattern | Thread-Safe, Lazy & Eager Initialization + Real Use Cases

Welcome to Lecture 10 of the Ultimate Low-Level Design (LLD) Series by Coder Army! Second week for #lowleveldesign ...

32:35
Singleton Design Pattern | Thread-Safe, Lazy & Eager Initialization + Real Use Cases

26,557 views

7 months ago

BiharGeeks
Mastering Singleton Pattern in Java | Types, Examples, and Best Practices | BiharGeeks

Unlock the power of design patterns in Java! In this video, we dive deep into the Singleton Pattern, covering its types, real-world ...

11:20
Mastering Singleton Pattern in Java | Types, Examples, and Best Practices | BiharGeeks

53 views

10 months ago

Softstep Solution
Singleton Class in Java #Java #Singleton #DesignPatterns #Softstep #SoftstepSolution

Singleton Classes in Java ✓ Unlock the power of design patterns with our deep dive into the Singleton Class in Java! ✓ In this ...

3:59
Singleton Class in Java #Java #Singleton #DesignPatterns #Softstep #SoftstepSolution

33 views

7 months ago

Interview Mania
Singleton Design Pattern: How to Break & Fix It! | Breaking and Fixing the Singleton Design Pattern

Singleton Design Pattern: How to Break & Fix It! | Breaking and Fixing the Singleton Design Pattern In this video, we take a deep ...

6:17
Singleton Design Pattern: How to Break & Fix It! | Breaking and Fixing the Singleton Design Pattern

486 views

10 months ago

Tarun Khandelwal
Singleton Design Pattern (Lazy Initialization) in Java | Must-Know Interview Question

Learn everything about the Singleton Design Pattern with Lazy Initialization in this clear and concise tutorial! Whether you're ...

0:52
Singleton Design Pattern (Lazy Initialization) in Java | Must-Know Interview Question

9 views

5 months ago

Next LVL Programming
How Is The Java Singleton Pattern Used In Real Apps? - Next LVL Programming

How Is The Java Singleton Pattern Used In Real Apps? Are you curious about how the singleton pattern is used in real-world Java ...

3:21
How Is The Java Singleton Pattern Used In Real Apps? - Next LVL Programming

1 view

3 months ago

theFinalRoundSDE
Bill Pugh Singleton - The Right Way

"Discover how the Bill Pugh Singleton leverages the JVM's hidden class-loading mechanism to guarantee thread safety without ...

5:54
Bill Pugh Singleton - The Right Way

144 views

6 months ago