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
540 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
48 views
6 months 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
1 month ago
Hi everyone so today we will learn the design patterns okay so in java we have design patterns so basically design patterns helps ...
6 views
In this video, I explain what the Singleton Design Pattern is and demonstrate different ways to implement it in Java, including the ...
21 views
Learn everything about the Singleton Design Pattern with Lazy Initialization in this clear and concise tutorial! Whether you're ...
9 views
8 months ago
The Singleton Design Pattern ensures that only one instance of a class exists in the entire application and provides a global point ...
3 views
Aprende el patrón de diseño Singleton en Java: qué es, cómo implementarlo, cuándo usarlo (loggers, gestores de configuración, ...
Ace your software design interviews with confidence! In this video, we dive deep into the Singleton Design Pattern—a key pattern ...
11 views
Learn how to enhance your Singleton Pattern implementation in Java to allow player weapon selection before initialization.
Singleton class stops serialization and deserialization | Java Programming #java #springboot #springboottutorials #programmer ...
12 views
4 months ago
Explore the nuances of Java's Singleton Pattern and uncover why variables `x` and `y` produce different outputs in your code.
1 view
11 months ago
Learn how to implement the Singleton design pattern in Java effectively, ensuring thread safety and preventing multiple instances ...
4 views
9 months ago
Discover the implications of adding extra public methods to a Java singleton class, the legality of such additions, and best ...
Learn how to effectively implement a `Lazy Singleton` in Java while using a `Scanner` for user input. Explore best practices and ...
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
Learn how to implement the `Singleton Design Pattern` in Java while fixing common constructor errors in your application.
Discover the intricacies of the `Multithreaded Singleton` pattern in Java. Learn why this simple approach may not be the best ...
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
Explore the advantages of making constants static in singleton classes in Java, including insights on memory management and ...
2 views