ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

606 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,927 views

3 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

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,135 views

1 month ago

Learning with Amos
Comprendre le Singleton en Java : Comparaison des Approches Modernes

Titre : Comprendre le Singleton en Java : Comparaison des Approches Modernes Dans cette vidéo, on plonge au cœur du design ...

13:44
Comprendre le Singleton en Java : Comparaison des Approches Modernes

22 views

1 month 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,733 views

6 months ago

123boot
JAVA - J56 - Design patterns - Le singleton !

Le plus gros classique des design patterns, c'est lui. Celui là il est important… in peu plus que les autres… Ca remonte à quand ...

5:08
JAVA - J56 - Design patterns - Le singleton !

38 views

11 months ago

DailyCodingWithMe
Thread-Safe Singleton in java (Lazy Initialization)

Source code: Link: https://github.com/chornpisey/java-design-pattern/blob/master/src/singleton/Singleton.java.

4:21
Thread-Safe Singleton in java (Lazy Initialization)

11 views

7 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

106 views

6 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

336 views

7 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,478 views

7 months ago

Modding by Kaupenjoe
Hytale & Minecraft Modding Java Introduction (2026) #33: Singleton Pattern

In this Java Tutorial Guide for Minecraft Modding and Hytale Modding, we are looking at Java Design Pattern: The Singleton!

4:05
Hytale & Minecraft Modding Java Introduction (2026) #33: Singleton Pattern

359 views

7 days ago

Hacktrickz
16.7 : Singleton Class — [Abdul Bari] Java Course

Learn how to design a Singleton Class in Java using static members and constructors. This pattern ensures only one object of a ...

11:03
16.7 : Singleton Class — [Abdul Bari] Java Course

30 views

4 weeks 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

487 views

10 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

86 views

6 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

26,983 views

6 months ago

Story On Java
Singleton Design Pattern in Java - Step-by-Step Tutorial | With Example

Java 8 Tutorial:- 17. Java8 Stream API: PartitioningBy( ) Method in Stream API | Full Guide | With examples | Tutorial ...

8:28
Singleton Design Pattern in Java - Step-by-Step Tutorial | With Example

41 views

9 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

146 views

6 months ago

JavaHelloWorld
Singleton Design Patterns In Java

Hi coders, Today, will discuss about the singleton design pattern. Thanks,

18:17
Singleton Design Patterns In Java

5 views

Streamed 11 months ago

#TechieMit
Singleton Design Pattern program in  java |Eager| Lazy Instantiation

Singleton Design Pattern program java |Eager| Lazy Instantiation Unlock the power of the **Singleton Design Pattern** in Java ...

19:54
Singleton Design Pattern program in java |Eager| Lazy Instantiation

94 views

4 months ago

JavaPeCode
Singleton Design Pattern in Java 🔥 Why, What & How Explained with Example

In this Java tutorial, you will learn the Singleton Design Pattern in Java — one of the most important and frequently asked ...

10:19
Singleton Design Pattern in Java 🔥 Why, What & How Explained with Example

26 views

5 months ago

PrinceAutomationDestination
Thread Safe WebDriver | Step by Step Guide | With and without Singleton both

Thread Safe Web Driver using Thread Local Need of Thread Safety?

15:21
Thread Safe WebDriver | Step by Step Guide | With and without Singleton both

484 views

6 months ago

codeWithAryan
Singleton Design Pattern in Java 🔁 | Efficient & Thread-Safe Object Creation Explained🚀

Article - https://codewitharyan.com/system-design/low-level-design Structured DSA (Basics to Advanced) Practice ...

18:43
Singleton Design Pattern in Java 🔁 | Efficient & Thread-Safe Object Creation Explained🚀

10,138 views

10 months ago

ScriptingWithEase
Singleton Design Pattern in Java | Java Explained for Beginners 2025

Singleton Design Pattern in Java In this video, we break down the Singleton Design Pattern in Java — one of the most commonly ...

7:20
Singleton Design Pattern in Java | Java Explained for Beginners 2025

30 views

2 months ago

codewithamod
Singleton Design Pattern | Explained step by step

Singleton Design Pattern | Explained step by step Singleton Design Pattern | Explained step by step Singleton Design Pattern ...

6:48
Singleton Design Pattern | Explained step by step

70 views

3 months ago

The Curious Coder
Understanding Bean Scopes: Singleton vs Prototype | Java Spring Boot Interview Question 10

Java Spring Boot Interview Q10 !! In this video, we dive into one of the most frequently asked Spring Boot interview questions: The ...

19:56
Understanding Bean Scopes: Singleton vs Prototype | Java Spring Boot Interview Question 10

1,370 views

6 months ago