ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

121,793 results

Related queries

singleton design pattern c++

design patterns شرح

creational design patterns

singleton design pattern c#

singleton class java tamil

Telusko
What is Singleton Class in Java | Singleton Design Pattern Part 1

For code click here: http://goo.gl/vIsDFk The singleton pattern is implemented by creating a class with a method that creates a new ...

4:09
What is Singleton Class in Java | Singleton Design Pattern Part 1

484,011 views

10 years ago

Geekific
The Singleton Pattern Explained and Implemented in Java | Creational Design Patterns | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In the first video of this ...

8:28
The Singleton Pattern Explained and Implemented in Java | Creational Design Patterns | Geekific

177,334 views

4 years ago

Naveen AutomationLabs
What is Singleton Pattern in Java - How to achieve this?

In this video, I have explained What is Singleton Pattern in Java - How to achieve this? The Singleton pattern in Java is a design ...

15:21
What is Singleton Pattern in Java - How to achieve this?

47,434 views

1 year ago

Patrick Boekhoven
How does the Singleton Pattern work? Including an implementation in Java

In this video, I explain a bit about the Singleton Pattern. I'll first explain the practical use of the pattern and then ...

5:07
How does the Singleton Pattern work? Including an implementation in Java

11,209 views

5 years ago

Will Tollefson
The Singleton Design Pattern In Java

Have you ever had to write a SINGLETON IN JAVA? They can be hard to get right - I had a few coding bugs while filming the video ...

15:21
The Singleton Design Pattern In Java

2,809 views

1 year ago

Ankit Wasankar
07. How to create Singleton Class - Java Interview

java #interviewquestions #webencyclop In this playlist I will try to cover all the important java interview questions along with ...

7:40
07. How to create Singleton Class - Java Interview

15,938 views

2 years ago

Hello Byte
Singleton Design Pattern: Easy Guide for Beginners

Learn about the Singleton Design Pattern, a crucial concept in software design. This pattern ensures that a class has only one ...

3:34
Singleton Design Pattern: Easy Guide for Beginners

5,107 views

1 year ago

Java Guides
What is a Singleton Class in Java and How Do You Implement It | Java Interview Questions and Answers

A singleton class in Java is a design pattern that ensures a class has only one instance and provides a global point of access to ...

4:48
What is a Singleton Class in Java and How Do You Implement It | Java Interview Questions and Answers

1,050 views

1 month ago

People also watched

ForrestKnight
7 Design Patterns EVERY Developer Should Know

0:00 3 Types of Patterns 1:34 Singleton Pattern 3:35 Builder Pattern 5:21 Factory Pattern 7:47 Twingate Security 8:58 Facade ...

23:09
7 Design Patterns EVERY Developer Should Know

905,931 views

1 year ago

Kevin Chromik
3 Design Patterns, die Softwareentwickler kennen sollten

In diesem Video schauen wir uns an, was Design Patters, also Entwurfsmuster, sind. Zu jeder Kategorie schauen wir uns jeweils ...

9:13
3 Design Patterns, die Softwareentwickler kennen sollten

12,119 views

4 years ago

Patrick Boekhoven
The Factory Method/Factory Pattern in Java. Simply Explained

The factory method, or factory pattern, is a design pattern that offers several advantages for programming. I'll introduce the ...

4:27
The Factory Method/Factory Pattern in Java. Simply Explained

11,871 views

3 years ago

Professeur Mohamed YOUSSFI
Patterns Builder Singleton et Prototype

... donc bon dans la démonte la démonstration d'aujourd'hui donc je vais m'arrêter sur le pattern Singleton alors quoi que c'est un ...

3:40:46
Patterns Builder Singleton et Prototype

11,465 views

2 years ago

Code Decode
Double checked Locking in Singleton Design pattern | Java Interview Questions | Code Decode

In this video of code decode we have explained the double checked locking of singleton design pattern which is very important ...

17:53
Double checked Locking in Singleton Design pattern | Java Interview Questions | Code Decode

23,790 views

3 years ago

programmertalks
What is singleton class in | how to create singleton class in java

In this video, I will be showing what is singleton class, and how to create a singleton class in java 1.Singleton class is like a normal ...

7:21
What is singleton class in | how to create singleton class in java

2,680 views

4 years ago

ArjanCodes
The Real Reason the Singleton Pattern Exists

Learn how to design great software in 7 steps: https://arjan.codes/designguide. Singletons are often criticized for introducing ...

15:31
The Real Reason the Singleton Pattern Exists

39,145 views

3 months ago

tutorialsEU - C#
Singleton Design Pattern in C# - Do it THAT way

C# Progress Academy - Become a senior C# developer: https://academy.tutorials.eu/p/csharp-progress-academy ‍♂️ Learn ...

13:15
Singleton Design Pattern in C# - Do it THAT way

40,003 views

3 years ago

Programming with Mosh
Design Patterns in Plain English | Mosh Hamedani

Design Patterns tutorial explained in simple words using real-world examples. Ready to master design patterns? - Check out ...

1:20:01
Design Patterns in Plain English | Mosh Hamedani

1,523,006 views

5 years ago

The Cherno
SINGLETONS in C++

Go to http://www.hostinger.com/cherno and use code "cherno" to get up to 91% OFF yearly web hosting plans. Succeed faster!

19:16
SINGLETONS in C++

221,822 views

5 years ago

Web Dev Simplified
Singleton Pattern - Design Patterns

The singleton pattern is one of the most controversial yet easiest to implement design patterns. Many people say you should never ...

8:28
Singleton Pattern - Design Patterns

181,222 views

6 years ago

CodeSnippet
Singleton Classes In Java #java #javaframework #coding #programming

... Java another frequently Asked interview questions in service based organization so what exactly is singl ton classes Singleton ...

0:56
Singleton Classes In Java #java #javaframework #coding #programming

26,845 views

1 year ago

Christopher Okhravi
Singleton Pattern – Design Patterns (ep 6)

This time we look at the Singleton Pattern. BUY MY BOOK: https://theobjectorientedway.com ▻ The playlist ...

20:09
Singleton Pattern – Design Patterns (ep 6)

266,950 views

8 years ago

Java Techie
Singleton Design pattern in Java | Best Practice | Java Techie

This video will explain #JavaTechie #Singleton #DesignPattern What is singleton-design-pattern ? How many way we can create ...

16:00
Singleton Design pattern in Java | Best Practice | Java Techie

35,305 views

7 years ago

Java Techie
How to prevent singleton class from Reflection | serialization | Cloning | Java Techie

This video will explain you what are the various way we can break singleton behavior and how we can prevent them using java ...

12:01
How to prevent singleton class from Reflection | serialization | Cloning | Java Techie

41,382 views

7 years ago

Durga Software Solutions
Core Java With OCJP/SCJP: OOPs(Object Oriented Programming) Part-17 || singleton class

java Basic Java Tutorial for beginners Basic Java Programming for beginners Core Java By Durga Sir Core Java Core Java Video ...

35:18
Core Java With OCJP/SCJP: OOPs(Object Oriented Programming) Part-17 || singleton class

296,755 views

9 years ago

Code With Komal
Singleton class in Java

Singleton class in Java.

3:20
Singleton class in Java

3,866 views

2 years ago

YourTechBong
Singleton Class Java | Singleton Class Interview Questions | Double Checked Locking | YourTechBong

In this video we have explained Singleton Class and its real time uses. This is one of the most asked topics in Java interviews.

15:44
Singleton Class Java | Singleton Class Interview Questions | Double Checked Locking | YourTechBong

7,482 views

2 years ago

Be A Better Dev
What is the Singleton Pattern? (Software Design Patterns)

In this video, learn why the Singleton Pattern is such an important design pattern. I tell you what the singleton pattern is, how it ...

10:16
What is the Singleton Pattern? (Software Design Patterns)

10,254 views

5 years ago

Learn Code With Durgesh
🔥Singleton Design Pattern in Detail | Multi-Threaded Environments  | Hindi

In this video we are going to learn about the single design pattern in detail with examples. Full Playlist: https://www ...

25:59
🔥Singleton Design Pattern in Detail | Multi-Threaded Environments | Hindi

154,652 views

2 years ago

TechStack9
What is Singleton Design Pattern In Java | Singleton Class | 6 Different implementations

This video covers the following: 1. What is a Design Pattern 2. Use of Design Pattern 3. What is Singleton Design Pattern 4.

20:47
What is Singleton Design Pattern In Java | Singleton Class | 6 Different implementations

8,081 views

4 years ago