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
81 results
SINGLETON is a design pattern that ensures that a class has only one instance throughout the application and provides a global ...
11,622 views
3 weeks ago
1 view
2 weeks ago
Learn how to design a Singleton Class in Java using static members and constructors. This pattern ensures only one object of a ...
0 views
12 days ago
Master the Singleton Design Pattern in Java: Learn why it's essential for Logger/DatabaseConnection classes, solving ...
Can a constructor be private? Yes! Private constructors are key for creating singleton classes, ensuring only one object is ever ...
858 views
what is singleton class // how to use singleton class.
Prevent Object Creation Using Reflection in Singleton Class | Java Programming #java #springboot #springboottutorials ...
9 views
9 days ago
Master coding from basics to advanced with comprehensive tutorials on Data Structures & Algorithms, Full Stack Development, ...
11 days ago
Spring singleton beans are not inherently thread-safe by default. While Spring ensures there's only one instance of a singleton ...
1,931 views
4 days ago
Are you ready to master the Singleton Design Pattern and crush your next Java interview? The Singleton Pattern is simple in ...
45 views
Prevent Cloning in Java Singleton Class | Java Programming #corejava #java #springboot #springboottutorials #programmer ...
8 views
8 days ago
What exactly is the Singleton Design Pattern in Java? Here's the fastest explanation — perfect for interviews! #Java ...
71 views
101 views
7 days ago
Learn the Singleton Design Pattern in Java with simple code and real-world examples! In this short video, we explain: - What ...
150 views
Welcome to today's deep dive into why traditional lazy-initialized Singleton patterns fail in multithreading. In this video, we explore ...
60 views
616 views
In this video, we explain the Singleton Design Pattern in Java using a thread-safe implementation with Double-Checked Locking.
1,283 views
The Singleton pattern guarantees exactly one instance of a class exists throughout your application—but it's one of the most ...
5 views
1 day ago
Welcome to Singleton Dev - Think like an Architect, Code like a Pro Master coding from basics to advanced with comprehensive ...
61 views
Unlock the power of design patterns in software development: Explore creational (Singleton, Factory), structural (Adapter, ...