ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

177 results

Durga Software Solutions
OOP Design Patterns Singleton for Database Connections in Java Projects

The Singleton Design Pattern is one of the most important OOP design patterns in Java, especially when managing database ...

7:24
OOP Design Patterns Singleton for Database Connections in Java Projects

25 views

2 days ago

Java from scratch
Singleton Design Pattern in Java | Real-World Usage, Breaking Scenarios & Best Approach

Singleton Design Pattern in Java explained with real-world examples, breaking scenarios & best practices. GitHub Source ...

52:43
Singleton Design Pattern in Java | Real-World Usage, Breaking Scenarios & Best Approach

8 views

10 hours ago

Maksim Akhmerov | Войти в IT | offercraft
Java шаблон SINGLETON

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

5:54
Java шаблон SINGLETON

46 views

3 weeks ago

Payilagam
Singleton Class Explained in Java | Why Only One Object Is Allowed? | OOP Concepts

Have you ever wondered why some classes should have only one object? 🤯 That’s where the Singleton Class comes in. In this ...

0:08
Singleton Class Explained in Java | Why Only One Object Is Allowed? | OOP Concepts

26,992 views

9 days ago

Algo Steps
Singleton Design Pattern in Java | Real-Time Examples Explained

Learn the Singleton Design Pattern in Java with simple code and real-world examples! In this short video, we explain: - What ...

1:44
Singleton Design Pattern in Java | Real-Time Examples Explained

150 views

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

471 views

12 days ago

10xscaleai
Creational Design Patterns in Java | Singleton, Factory, Abstract Factory & Builder

In this video, we cover CREATIONAL DESIGN PATTERNS in Java with clear explanations and real-world examples. Topics ...

1:18:00
Creational Design Patterns in Java | Singleton, Factory, Abstract Factory & Builder

22 views

12 days ago

SyntaxSageNik
Top 8 Java Design Patterns Every Backend Dev Must Master🚀

Spring Boot + Java enterprise patterns that scale: ✓ Singleton - Factory - Builder - Strategy - Observer ✓ Decorator - Template ...

7:35
Top 8 Java Design Patterns Every Backend Dev Must Master🚀

50 views

13 days ago

CodewithDivakar
Singleton Design Pattern in Java #java #coding #javainterviewquestions

In this video, we explain the Singleton Design Pattern in Java using a thread-safe implementation with Double-Checked Locking.

2:05
Singleton Design Pattern in Java #java #coding #javainterviewquestions

1,457 views

3 weeks ago

Lakhani STEM Tutorials
Singleton Design Pattern Java | LLD Lesson 2 (Thread Safe & Double-Checked Locking)

Singleton Design Pattern explained step-by-step with a clear real-world example. In this video you'll learn what is Singleton ...

6:21
Singleton Design Pattern Java | LLD Lesson 2 (Thread Safe & Double-Checked Locking)

10 views

1 month ago

Java Guides
Top 10 Design Pattern Interview Questions and Answers

In this video, we will see the most commonly asked design patterns interview questions for both freshers and experienced ...

7:21
Top 10 Design Pattern Interview Questions and Answers

866 views

2 weeks ago

Shubham Kandpal
Singleton Design Pattern | Java interview concepts

linkedlist #dsa #dsalgo #leetcode #java #javadsa #datastructure #algorithms #algorithm #algo #leetcode #coding #codingtutorial ...

5:24
Singleton Design Pattern | Java interview concepts

28 views

2 weeks 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)

9 views

3 weeks ago

CoVaib-DeepLearn
🚀 6/60 🔥 Why Singleton Kills Performance at Scale in #Java🧠 #JVM #Concurrency #Scalability 📘 #PDF ↓

Singleton looks harmless… until your system scales. At small traffic, everything works. At scale, performance collapses.

0:32
🚀 6/60 🔥 Why Singleton Kills Performance at Scale in #Java🧠 #JVM #Concurrency #Scalability 📘 #PDF ↓

37 views

12 days ago

Web Fusion with Bharadwaj
1. Singleton Pattern (Java)

Welcome to Code with Bharadwaj Code with Bharadwaj is a high-impact programming channel built for those who want to master ...

12:29
1. Singleton Pattern (Java)

192 views

3 weeks ago

DRS - 26
Java Full Stack Developer Course for Beginners | Singleton Class | Basic to Advance | DRS-26 #33

Java full-stack developer course for beginners | Singleton Class | #33 #java #fullstack #development #course #variables #and ...

1:01:00
Java Full Stack Developer Course for Beginners | Singleton Class | Basic to Advance | DRS-26 #33

21 views

2 weeks ago

HustleWithDroid
Design Patterns Explained 🔥 | Singleton Pattern with Real-World Example (Java)  #coding #dsa #java

Design Patterns are the backbone of clean, scalable software. In this video, we begin the Design Patterns series by understanding ...

14:12
Design Patterns Explained 🔥 | Singleton Pattern with Real-World Example (Java) #coding #dsa #java

17 views

5 days ago

Maximiliano Correa
Java Singleton Pattern | Holder Idiom & Clean & Practical Example

Step-by-step implementation of the Singleton Pattern in Java. No voice, just clean code and design principles. #java #singleton ...

26:48
Java Singleton Pattern | Holder Idiom & Clean & Practical Example

0 views

10 days ago

Owen Wu
Hackerrank Java Singleton Pattern

Could not solve on my own (come back to review later) https://www.hackerrank.com/challenges/java-singleton/problem?

4:00
Hackerrank Java Singleton Pattern

0 views

13 days ago

Everything code
Singleton Pattern: One Instance to Rule Them All

Master the Singleton Design Pattern in Java! Learn why you need it and how to implement it using Eager, Lazy, and Thread-safe ...

0:39
Singleton Pattern: One Instance to Rule Them All

526 views

8 days ago

Programming With Nurulhuda
Prevent Cloning in Java Singleton Class | Java Programming

Prevent Cloning in Java Singleton Class | Java Programming #corejava #java #springboot #springboottutorials #programmer ...

1:19
Prevent Cloning in Java Singleton Class | Java Programming

10 views

1 month ago

Learn JAVA
SingletonDesignPattern

Singleton Design Pattern.

2:31
SingletonDesignPattern

3 views

2 weeks ago

Sudhanshu Jaiswal
#34 | Singleton Pattern explained completely for all Questions | Java Interview

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

15:03
#34 | Singleton Pattern explained completely for all Questions | Java Interview

47 views

2 weeks ago

Java Guides
Are singleton beans in Spring thread safe  #springplatform #coding #javainterview #java #springboot

Spring singleton beans are not inherently thread-safe by default. While Spring ensures there's only one instance of a singleton ...

1:17
Are singleton beans in Spring thread safe #springplatform #coding #javainterview #java #springboot

2,089 views

3 weeks ago

VidhyaKshetra
Singleton Design Pattern Explained for Beginners & Job Seekers | Real-World Examples Interview Ready

... design patterns, Singleton in dot net, Singleton pattern C#, Singleton Java example, Singleton use cases, Singleton advantages ...

0:24
Singleton Design Pattern Explained for Beginners & Job Seekers | Real-World Examples Interview Ready

291 views

8 days ago