ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

139 results

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

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

364 views

7 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

9 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

6 days ago

Programming With Nurulhuda
Prevent Object Creation Using Reflection in Singleton Class | Java Programming

Prevent Object Creation Using Reflection in Singleton Class | Java Programming #java #springboot #springboottutorials ...

1:02
Prevent Object Creation Using Reflection in Singleton Class | Java Programming

10 views

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

21 views

8 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)

181 views

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

3 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

8 views

19 hours 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

2 weeks ago

Singleton Dev
Singleton Dev Intro

Master coding from basics to advanced with comprehensive tutorials on Data Structures & Algorithms, Full Stack Development, ...

0:09
Singleton Dev Intro

4 views

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

2 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

3 weeks ago

UNITSTEPS
JAVA Übung Singleton VS. Klassenmethoden

Ich gehe auf das Entwurfsmuster Singleton ein. Dann vergleiche ich den Einsatz von Singletons und Klassenmethoden.

12:58
JAVA Übung Singleton VS. Klassenmethoden

43 views

4 weeks ago

Learn JAVA
SingletonDesignPattern

Singleton Design Pattern.

2:31
SingletonDesignPattern

3 views

2 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

18 views

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

837 views

11 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🚀

0 views

8 days ago

Singleton Dev : DSA
Welcome to Singleton Dev : DSA

Welcome to Singleton Dev - Think like an Architect, Code like a Pro Master coding from basics to advanced with comprehensive ...

0:09
Welcome to Singleton Dev : DSA

63 views

4 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

43 views

2 weeks ago

Ojasa Mirai
Advanced OOP and Design Patterns

Deep dive into inheritance and polymorphism Class methods, static methods, and property decorators Magic methods ...

1:13:19
Advanced OOP and Design Patterns

17 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

27 views

11 days ago

10xscaleai
Java Lambda Expressions | Filter & Predicate Explained with Examples | Design pattern

In this video, we explain Java Lambda Expressions along with Filter and Predicate in a simple and practical way. Topics ...

1:22:25
Java Lambda Expressions | Filter & Predicate Explained with Examples | Design pattern

14 views

10 days ago

Software and Testing Training
Java Test Automation for SDETs and QA — Patterns, Frameworks & Fast Feedback

Learn practical, interview-ready Java techniques for reliable automation in CI/CD. This short 6-minute guide covers why Java ...

6:11
Java Test Automation for SDETs and QA — Patterns, Frameworks & Fast Feedback

124 views

4 weeks ago

Denny-Mathew
002 - Spring Boot Bean Scope - Proxy vs @Lookup vs ObjectProvider

In this video, we deep dive into one of the MOST confusing concepts in Spring: Prototype bean inside Singleton bean Many ...

4:47
002 - Spring Boot Bean Scope - Proxy vs @Lookup vs ObjectProvider

18 views

4 weeks ago