ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

152,586 results

Related queries

singleton design pattern c++

design patterns شرح

singleton design pattern c#

creational design patterns

singleton class java tamil

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,328 views

4 years ago

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,007 views

10 years 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

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,106 views

1 year 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

People also watched

ForrestKnight
7 Design Patterns EVERY Developer Should Know

Check out Twingate for secure remote work for developers: ...

23:09
7 Design Patterns EVERY Developer Should Know

905,880 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

The Cherno
Why I Don't Like Singletons

To try everything Brilliant has to offer—free—for a full 30 days, visit https://brilliant.org/TheCherno . You'll also get 20% off an ...

29:05
Why I Don't Like Singletons

128,252 views

1 year ago

The Curious Coder
Understanding Bean Scopes: Singleton vs Prototype | Java Spring Boot Interview Question 10

Java Spring Boot Interview Q10 !! In this video, we dive into one of the most frequently asked Spring Boot interview questions: The ...

19:56
Understanding Bean Scopes: Singleton vs Prototype | Java Spring Boot Interview Question 10

1,096 views

5 months 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

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,002 views

3 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

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

Nick Chapsas
The Problem With Singletons You Need to Avoid

Check out my courses on Dometrain: https://dometrain.com Subscribe to my weekly newsletter: https://nickchapsas.com Become a ...

8:50
The Problem With Singletons You Need to Avoid

41,282 views

11 months 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,303 views

7 years ago

Java
How to create a Singleton? - Cracking the Java Coding Interview

Cracking the #Java #Coding #Interview - Question 20: How to create a Singleton? Watch all the questions here: ...

0:58
How to create a Singleton? - Cracking the Java Coding Interview

12,237 views

2 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,221 views

6 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

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,433 views

1 year ago

Chatgara Tech
Design Pattern Singleton en Java

Présentation et mise en place du Design Pattern Singleton en Java Gitlab ...

4:46
Design Pattern Singleton en Java

154 views

1 year ago

Manual da Programação
How to Implement the Singleton Design Pattern in Java

In this video, you will learn what Singleton is in Java in a detailed, practical, and objective way. The Singleton pattern ...

9:53
How to Implement the Singleton Design Pattern in Java

1,382 views

1 year ago

Christopher Okhravi
Singleton Pattern – Design Patterns (ep 6)

Video series on Design Patterns for Object Oriented Languages. This time we look at the Singleton Pattern. BUY MY BOOK: ...

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

266,950 views

8 years ago

Ranjith ramachandran
Singleton Design Pattern in Java - part I

Singleton design pattern tutorial - Here I discuss why Singleton design pattern is not as simple as you thought.There are many ...

26:25
Singleton Design Pattern in Java - part I

139,236 views

10 years ago

Java Techie
FAQ : Singleton Design Pattern with Java Enum | Best Practices & Easy Guide | @Javatechie

JavaTechie #Java #SpringBoot #DesignPattern In this tutorial, I'll show you how to use an Enum to design the best Singleton ...

14:50
FAQ : Singleton Design Pattern with Java Enum | Best Practices & Easy Guide | @Javatechie

15,210 views

1 year ago

Code With Komal
Singleton class in Java

Singleton class in Java.

3:20
Singleton class in Java

3,866 views

2 years 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

codeonedigest
Singleton Design Pattern with Java Examples for Beginners and Students

Singleton design pattern is a type of Creational design pattern. Singleton design pattern makes sure that you have only single ...

9:11
Singleton Design Pattern with Java Examples for Beginners and Students

319 views

3 years ago

pogpks-code
how to make singleton class in java

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 ...

0:41
how to make singleton class in java

84 views

2 years ago

Code With Roy
Break Singleton Design Pattern in 3 simple steps! #short #ytshorts #shortsfeed #shorts #java #coding
1:01
Break Singleton Design Pattern in 3 simple steps! #short #ytshorts #shortsfeed #shorts #java #coding

228 views

2 years ago