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
6,539 results
Learn about the Singleton Design Pattern, a crucial concept in software design. This pattern ensures that a class has only one ...
5,107 views
1 year ago
Singleton class in Java.
3,866 views
2 years ago
... and today we will see how to implement in Java one of the most used and well-known design patterns : the Singleton pattern.
33 views
3 years ago
Assalam O Alaikum !!! Singleton classes are those classes, whose objects are created only once. And with only that object the ...
8,805 views
Cracking the #Java #Coding #Interview - Question 20: How to create a Singleton? Watch all the questions here: ...
12,237 views
DAY-3: Lets what is Singleton class and how to make it in Java?
20,762 views
cloudcomputing #java #interview #interviewquestions #computerscience #cloud #code #coding.
2,366 views
Which of the following is a requirement for a class to be immutable select two a it must use the singleton design pattern b it must ...
444 views
6 months ago
What is Singleton Class In Java | Java interview questions and answers What is singleton class in java Singleton class Java ...
988 views
Singleton Pattern in Java Explained in 30 Secs! How to Create a Singleton Class in Java To implement the Singleton Pattern, ...
62 views
9 months ago
457 views
6 years ago
Java Singleton class easy implementation, without using synchronisation keyword. #javaprogramming #singleton ...
192 views
8 months ago
So in this tutorial we'll talk about singleton clause now the singleton class a class which allows only one instance that means you ...
967 views
Learn about the Singleton design pattern in Java, a powerful concept for ensuring that only one instance of a class is created in ...
11,428 views
A singleton class in Java is a class that restricts the instantiation of itself to just one object. This is often used when you want to ...
84 views
What is singleton design pattern and how to implement singleton pattern in java Design pattern series ...
9,781 views
In this comprehensive Java programming tutorial, we delve into the Singleton Pattern, a fundamental design pattern that ensures ...
92 views
19 views
... patterns in software development the Singleton pattern in Java in object-oriented programming a Java Singleton class is a class ...
69 views
10 months ago
Explore the Singleton Design Pattern in Java with a focus on Lazy and Eager implementations. Learn how to create a single ...
187 views