Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
84 results
16 views
13 days ago
Learn the Singleton design pattern in Java: what it is, when to use it, and its drawbacks. Covers implementation with thread safety, ...
0 views
2 weeks ago
Thread-Safe Singleton Class in Java. How to Implement an Enum Singleton. How to make a singleton enum in Java? In this video ...
1,052 views
3 days ago
21 views
Aprende el patrón de diseño Singleton en Java: qué es, cómo implementarlo, cuándo usarlo (loggers, gestores de configuración, ...
12 days ago
In this video, we deep-dive into the Singleton Design Pattern in Java, one of the most important Creational Design Patterns used ...
3 weeks ago
Most Frequently Asked Interview Question When Singleton Design Pattern?
9 views
Master the Singleton design pattern for your next interview. Learn how it ensures exactly one instance, why private constructors ...
What You'll Learn: ✓ What is the Singleton Pattern (Thread-safe implementation + Enum best practice) ✓ Factory Pattern with ...
23 views
4 days ago
La teoría del patrón Singleton establece que una clase debe tener una única instancia y proporcionar un punto de acceso global ...
1 view
1 month ago
SpringBoot #SpringBeanScopes #SingletonVsPrototype Lecture 6 – Bean Scopes Inside Each Other (Singleton & Prototype) In ...
87 views
4 weeks ago
The Singleton pattern ensures that a class has only one instance throughout the application's lifecycle and provides a global point ...
303 views
... for Java something like that it has something built into it like you know create singleton so it'll create a class for you that behaves ...
10 views
5 days ago
In this video, we will learn the Singleton Design Pattern in Java using a very simple and real-world e-commerce example.
112 views
Ah, Singleton—another evergreen Java interview question Let's make it clear, short, and answer-ready. What is a Singleton ...
8 hours ago
Domina el patrón de diseño Singleton para tu próxima entrevista. Aprende cómo asegura exactamente una instancia, por qué ...
Singleton Pattern Explained | One Class, One Object, Everywhere Learn the Singleton design pattern with real-world examples ...
202 views
A quick lesson overview on Design Patterns.
20 views
In this video, you will learn the Private Constructor in Java, one of the most important yet lesser-known concepts of Java OOPs.