ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

121,605 results

Related queries

singleton design pattern c#

singleton design pattern c++

design patterns شرح

singleton class java tamil

creational design patterns

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,128 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,527 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,522 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,818 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,131 views

1 year ago

People also watched

TodoCode
SINGLETON PATTERN the pattern you absolutely MUST LEARN

SINGLETON is a design pattern that ensures that a class has only one instance throughout the application and provides a global ...

19:15
SINGLETON PATTERN the pattern you absolutely MUST LEARN

11,624 views

3 weeks ago

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

908,906 views

1 year ago

Alex Hyett
5 Design Patterns That Are ACTUALLY Used By Developers

03:27 - Strategy Pattern 04:38 - Decorator Pattern 05:27 - Observer Pattern 06:18 - Singleton Pattern 07:47 - Facade Pattern ...

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

422,534 views

2 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,261 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,032 views

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

5 months 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,868 views

5 years ago

developedbyed
Singleton Pattern EXPLAINED IN 10 MINS | Javascript Design Patterns for beginners

... Chapters 00:00 Intro 00:21 How Classes Work 04:15 Singleton Pattern 08:12 Refactoring from Classes ...

9:57
Singleton Pattern EXPLAINED IN 10 MINS | Javascript Design Patterns for beginners

26,119 views

2 years ago

My Channel
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,799 views

3 years ago

Will Tollefson
The Factory Design Pattern In Java

There are multiple variants of the FACTORY DESIGN PATTERN IN JAVA. In this video, we'll go through the two most common ...

10:49
The Factory Design Pattern In Java

7,565 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,949 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,263 views

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

1 month 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,390 views

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

267,002 views

8 years ago

Code With Komal
Singleton class in Java

Singleton class in Java.

3:20
Singleton class in Java

3,872 views

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

9 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,224 views

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

4 years ago

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

The singleton pattern is implemented by creating a class with a method that creates a new class instance if one does not exist.

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

38,788 views

3 years ago

Naveen AutomationLabs
Singleton Pattern With Selenium WebDriver + Java + TestNG

In this video, I have explained how to implement Singleton Pattern With Selenium WebDriver + Java + TestNG. Schedule a ...

20:57
Singleton Pattern With Selenium WebDriver + Java + TestNG

24,445 views

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

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

5 months ago

Code Coffee
Java Interview Question|  What is Singleton class and How to make it thread-safe?

cloudcomputing #java #interview #interviewquestions #computerscience #cloud #code #coding.

0:55
Java Interview Question| What is Singleton class and How to make it thread-safe?

2,373 views

2 years ago