ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

121,169 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,122 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

483,861 views

10 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,802 views

1 year 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,076 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,207 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,155 views

6 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,308 views

1 year 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,234 views

10 years ago

People also watched

Alex Hyett
5 Design Patterns That Are ACTUALLY Used By Developers

Design patterns allow us to use tested ways for solving problems, but there are 23 of them in total, and it can be difficult to know ...

9:27
5 Design Patterns That Are ACTUALLY Used By Developers

421,740 views

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

3 years 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,114 views

4 years ago

Shristi Tech Academy
Java Singleton Pattern Simplified! No More Confusion

Let's simplify the Singleton Pattern — one of the most asked Java interview topics! In this video, you'll learn * What is the Singleton ...

9:08
Java Singleton Pattern Simplified! No More Confusion

2,253 views

6 months 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,522,535 views

5 years ago

Ranjith ramachandran
Singleton design pattern in Java - Part 2

In this video I have explained how to fix flaws we saw in part1. Along with fixes there are discussions such as: Double checked ...

33:00
Singleton design pattern in Java - Part 2

63,525 views

10 years ago

Portfolio Courses
Singleton Design Pattern | C++ Example

How to implement the singleton design pattern in C++. This implementation is thread-safe and uses lazy instantiation. Source ...

13:24
Singleton Design Pattern | C++ Example

22,903 views

3 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

CodeBeauty
What is Singleton Design Pattern -Tutorial with Practical Example (For Beginners)

In this video, you'll learn what is Singleton Design Pattern and how to implement it from scratch, step by step. This is a ...

28:12
What is Singleton Design Pattern -Tutorial with Practical Example (For Beginners)

7,981 views

8 months ago

DEEPAK GODUGUCHINTHA
SINGLETON DESIGN PATTERN IN JAVA

Singleton pattern is one of the simplest design patterns in Java. This type of design pattern comes under creational pattern as this ...

8:51
SINGLETON DESIGN PATTERN IN JAVA

6,414 views

10 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,018 views

3 months 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,895 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,289 views

7 years ago

TutorialsPoint
Singleton Design Pattern

Singleton Design Pattern Watch more Videos at https://www.tutorialspoint.com/videotutorials/index.htm Lecture By: Mr. Arnab ...

5:59
Singleton Design Pattern

42,201 views

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

1 year ago

ByteMonk
Design Patterns Explained | Java, Singleton, Thread Safety & Anti-Pattern

Design patterns are timeless solutions to recurring software problems — and mastering them sharpens how you think about ...

7:41
Design Patterns Explained | Java, Singleton, Thread Safety & Anti-Pattern

27,102 views

5 months ago

Riddhi Dutta
Singleton Design Pattern Explained | Double Checking | Concurrency | Java

0:00 - Singleton Design Pattern 9:55 - Using Multithreading Tags #designpatterns #builderpattern #lld #oops #java #singleton ...

23:35
Singleton Design Pattern Explained | Double Checking | Concurrency | Java

15,598 views

3 years ago

QAFox
Explain Singleton Design pattern in Java (Core Java Interview Question #531)

In this session, I have explained and practically demonstrated in Java, Singleton Design Pattern. In Singleton design pattern, we ...

10:42
Explain Singleton Design pattern in Java (Core Java Interview Question #531)

1,085 views

1 year ago

Daily Code Buffer
How to BREAK and FIX Singleton Design Pattern | Interview Question

Head to https://cutt.ly/spring_micro and use Coupon Code SUPER70 to get 70% off the course. The singleton pattern is ...

19:32
How to BREAK and FIX Singleton Design Pattern | Interview Question

38,749 views

3 years ago

levonog
Singleton - Design Patterns in 5 minutes

In this educational YouTube video, dive deep into the world of Singleton Design Pattern in Object-Oriented Programming (OOP).

3:31
Singleton - Design Patterns in 5 minutes

1,473 views

1 year 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,246 views

5 years ago