ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

152 results

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

4 years ago

TheCoders TV
Singleton VS Immutable Class in Java | What is Singleton Design Pattern #interview

Singleton vs. Immutable Class in Java Singleton Design Pattern: Definition: Ensures only one instance of a class exists ...

23:17
Singleton VS Immutable Class in Java | What is Singleton Design Pattern #interview

142 views

1 year ago

Questpond
Software Architecture and Design Patterns Interview Questions

35:14 Question 7:- How did you implement singleton pattern? 42:43 Question 8:- Can we use Static class rather than using a ...

1:42:28
Software Architecture and Design Patterns Interview Questions

195,355 views

1 year ago

IIT Roorkee July 2018
Lecture 47: Singleton and Factory Pattern

... in C++ Java right so in this lecture I start with alternative single ton implementation in C++ right so let us consider class single T ...

28:54
Lecture 47: Singleton and Factory Pattern

910 views

11 months ago

Questpond
C# Design Pattern Interview Questions :- Which Design Pattern have you used?

How did you implement singleton pattern? Can we use Static class rather than using a private constructor? Static vs Singleton ...

58:31
C# Design Pattern Interview Questions :- Which Design Pattern have you used?

77,637 views

1 year ago

Yegor Bugayenko
SSD 6/16: Patterns, Anti-Patterns, and Refactoring [software design crash course]

This lecture and the other 15 in this series were given to 3rd year BSc students of Innopolis University (Russia) in 2021. The slide ...

1:10:23
SSD 6/16: Patterns, Anti-Patterns, and Refactoring [software design crash course]

3,406 views

4 years ago

Confreaks
RubyConf 2019 - The Singleton Module and Its Pattern In Ruby by Mike Calhoun

RubyConf 2019 - The Singleton Module and Its Pattern In Ruby by Mike Calhoun The singleton design pattern allows for the ...

36:08
RubyConf 2019 - The Singleton Module and Its Pattern In Ruby by Mike Calhoun

2,306 views

6 years ago

CppNuts
Singleton Design Pattern In C++

JOIN ME ————— YouTube https://www.youtube.com/channel/UCs6sf4iRhhE875T1QjG3wPQ/join Patreon ...

24:09
Singleton Design Pattern In C++

85,113 views

8 years ago

Prady AI
Top 4 Design Patterns every developer should know | Simply Explained | Crack any technical interview

designpatterns #designpatterntutorial #frontendinterview #javascript #learnwithprady 0:00 The Interview 1:15 Introduction 1:53 ...

21:13
Top 4 Design Patterns every developer should know | Simply Explained | Crack any technical interview

468 views

4 years ago

JAVA
Week 4 Concepts summary Java Jan 2023

Those are added some extra topics like Singleton class, right? >> VIVEK BAJAJ: A singleton class >> BS JAVA: Yeah, single time ...

2:08:16
Week 4 Concepts summary Java Jan 2023

500 views

Streamed 2 years ago

Perdita Stevens
patterns

So when you as a client, ask the singleton class to get instance and if it so happens, that no other client has asked this class to get ...

33:14
patterns

470 views

4 years ago

IIT Roorkee July 2018
Lecture 46: Design Patterns

... case of java all right so let us have public class Singleton all right so here you have a a private instance under Singleton right so ...

28:44
Lecture 46: Design Patterns

1,215 views

11 months ago

JAVA
Java OPE1 Revision Session 1

Now >> Dhannya SM: Yeah. so instead of having a class, the default class in Java will be class string rate. is the default class in ...

3:09:59
Java OPE1 Revision Session 1

960 views

Streamed 3 years ago

Yegor Bugayenko
The Pain of OOP Lecture #2: Static methods and attributes [object oriented programming crash course]

A lecture for BSc students in Innopolis University. The slides are here: https://github.com/yegor256/painofoop (in LaTeX and PDF) ...

1:29:26
The Pain of OOP Lecture #2: Static methods and attributes [object oriented programming crash course]

5,755 views

2 years ago

SDET- QA
Session 17- Wrapper Classes | Data Conversion | Packages | Access Modifiers

java#selenium#programming#automation ######################################### Udemy Courses ...

1:17:21
Session 17- Wrapper Classes | Data Conversion | Packages | Access Modifiers

81,074 views

1 year ago

Otavio Santana
The Power of Java Enum - Take advantage of it to make your code more readable and efficient

Like any other language, Java has the enum feature that allows us to enumerate items. It is helpful to list delimited items in your ...

20:26
The Power of Java Enum - Take advantage of it to make your code more readable and efficient

2,962 views

3 years ago

Rakesh Kuchana
Mastering Spring Bean Scopes: Practical Guide to Singleton, Prototype & More!

Dive into the world of Spring Framework bean scopes with our comprehensive tutorial! In this video, we explore each bean scope ...

1:01:15
Mastering Spring Bean Scopes: Practical Guide to Singleton, Prototype & More!

4,423 views

1 year ago

Giancarlo Fleuri
(LEGENDADO) Twenty years of Design Patterns Ralph E Johnson GoF author SugarLoafPLoP 2014

Para sugestões e correções, utilizar o repositório abaixo: https://github.com/giancarlofleuri/UFGsubs Originalmente publicado por ...

1:12:51
(LEGENDADO) Twenty years of Design Patterns Ralph E Johnson GoF author SugarLoafPLoP 2014

179 views

10 years ago

CyberKnot
Dependency Injection and Inversion of Control Containers

How does the concrete class actually get utilized in the application process during full integration? For this, we look at two ...

54:29
Dependency Injection and Inversion of Control Containers

50 views

3 years ago

Confreaks
RubyConf 2015 - Messenger: The (Complete) Story of Method Lookup by Jay McGavren

Except when the method isn't on the class itself, because it's inherited from a superclass. Or a singleton class, mixin, or refinement ...

28:48
RubyConf 2015 - Messenger: The (Complete) Story of Method Lookup by Jay McGavren

956 views

10 years ago