ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

160 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,081 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,300 views

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

190,375 views

1 year ago

Google TechTalks
The Clean Code Talks - "Global State and Singletons"

Google Tech Talks November 13, 2008 ABSTRACT The Clean Code Talk Series Speaker: Misko Hevery.

54:09
The Clean Code Talks - "Global State and Singletons"

193,542 views

17 years 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,956 views

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

902 views

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

133 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,394 views

4 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

CppNuts
Singleton Design Pattern In C++

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

24:09
Singleton Design Pattern In C++

84,828 views

8 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

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?

74,848 views

1 year ago

Debug Agent
Modern Java Threading Part 2 | StampedLock, ReentrantReadWriteLock

In this installment of the course we continue the talk about java threading in the modern world. Java was the first major language ...

20:42
Modern Java Threading Part 2 | StampedLock, ReentrantReadWriteLock

691 views

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

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

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

78,699 views

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

2 years ago

CodeTekTeach
! Python design patterns masterclass

1. INTRODUCTION 0:00:00 1. What are design patterns 0:04:13 2. Types of design patterns !\2. CREATIONAL DESIGN ...

3:48:27
! Python design patterns masterclass

18,394 views

10 months 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,326 views

1 year ago

JAVA
Java OPE1 Revision Session 2

If a class is Singleton. So let us take example, if you want your class student to be Singleton, then you should create only one ...

2:26:31
Java OPE1 Revision Session 2

402 views

Streamed 3 years ago

JAVA
OPPE Revision Session 1

Code uses the concept of internal classes in Java and has the following components. Interface transferable with an abstract ...

1:54:08
OPPE Revision Session 1

1,084 views

Streamed 1 month ago

SDET- QA
Session 47 - Selenium with Java | TestNG | Page Object Model Pattern

Java#Selenium#TestNG#PageObjectModel ######################################### Udemy Courses ...

1:29:18
Session 47 - Selenium with Java | TestNG | Page Object Model Pattern

138,354 views

1 year ago

nptelhrd
Lecture - 15 Design Patterns

Lecture Series on Software Engineering by Prof.N.L. Sarda, Prof. Umesh Bellur,Prof.R.K.Joshi and Prof.Shashi Kelkar ...

56:13
Lecture - 15 Design Patterns

198,172 views

17 years ago

Mobile Computing
Fragments

... one fragment So we have created a very generic layout class and we have created a very generic java class for hosting a single ...

27:43
Fragments

1,368 views

9 years ago

Yegor Bugayenko
Why Private Static Literals are Evil? (Webinar #48)

The most commonly used solution for the code duplication code is private static constants, which sometimes stay in the same ...

33:55
Why Private Static Literals are Evil? (Webinar #48)

3,091 views

Streamed 6 years ago