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
541 results
Java Interview Questions – Episode 13 What is the Singleton pattern in Java? The Singleton pattern is a creational design ...
29 views
7 months ago
Yet Another Query About the Thread Safety of a (Java) Singleton Helpful? Please use the *Thanks* button above! Or, thank me via ...
0 views
1 day ago
Description : Dans cette vidéo courte et claire, je t'explique le Singleton Pattern en Java : à quoi il sert, comment l'implémenter, ...
38 views
Trong video này, chúng ta sẽ khám phá Singleton, một Creational Design Pattern giúp: - Chỉ tạo duy nhất một instance của một ...
817 views
11 months ago
Learn the Singleton design pattern in Java: what it is, when to use it, and its drawbacks. Covers implementation with thread safety, ...
1 month ago
In this video, I explain what the Singleton Design Pattern is and demonstrate different ways to implement it in Java, including the ...
21 views
Ace your software design interviews with confidence! In this video, we dive deep into the Singleton Design Pattern—a key pattern ...
11 views
Spring Framework Lecture - 4: In this video, we will understand Spring Bean Scopes in depth. We will compare Singleton Scope ...
83 views
3 months ago
Singleton Classes in Java ✓ Unlock the power of design patterns with our deep dive into the Singleton Class in Java! ✓ In this ...
33 views
10 months ago
48 views
6 months ago
Welcome to the first episode of our Design Patterns in Java series! In this video, we introduce the concept of design patterns ...
27 views
9 months ago
Aprende el patrón de diseño Singleton en Java: qué es, cómo implementarlo, cuándo usarlo (loggers, gestores de configuración, ...
Discover the implications of adding extra public methods to a Java singleton class, the legality of such additions, and best ...
Explore the intricacies of Java singleton objects and their garbage collection behavior. Learn why a singleton can't be partially ...
5 views
Discover the intricacies of the `Multithreaded Singleton` pattern in Java. Learn why this simple approach may not be the best ...
Learn everything about the Singleton Design Pattern with Lazy Initialization in this clear and concise tutorial! Whether you're ...
9 views
8 months ago
Discover how to effectively manage instances of generic classes in Java using design patterns. Learn the best approaches and ...
2 views
Explore the nuances of Java's Singleton Pattern and uncover why variables `x` and `y` produce different outputs in your code.
1 view
Explore the advantages of making constants static in singleton classes in Java, including insights on memory management and ...
Learn how to implement the `Singleton Design Pattern` in Java while fixing common constructor errors in your application.
n this quick and focused tutorial, learn everything you need to know about the Singleton Design Pattern in under 5 minutes!
103 views
Discover how to implement the `Singleton` design pattern in Java to manage the accessibility of a container class. Learn best ...
The Singleton Design Pattern ensures that only one instance of a class exists in the entire application and provides a global point ...
3 views
Singleton class stops serialization and deserialization | Java Programming #java #springboot #springboottutorials #programmer ...
12 views
4 months ago
Discover how to create a `Singleton` method in Java that safely executes only one instance at a time, even when called from ...