ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

199 results

Ahmed Sammour
Singleton design pattern in Java. Very simple example

This is a simple example about how to implement singleton design pattern in java. Singleton is usually used to create only one ...

2:18
Singleton design pattern in Java. Very simple example

3,355 views

9 years ago

Interview DOT
JAVA SINGLETONLIST EXAMPLE CODE DEMO | WHEN TO USE JAVA SINGLETONLIST CODE DEMO | InterviewDOT

JAVACODE #JAVAEXAMPLE #JAVACODEEXAMPLE #JAVASINGLETONLIST #JAVASINGLETONLISTDEMO Click here ...

1:23
JAVA SINGLETONLIST EXAMPLE CODE DEMO | WHEN TO USE JAVA SINGLETONLIST CODE DEMO | InterviewDOT

873 views

4 years ago

Roel Van de Paar
Code Review: Simple Java Singleton (2 Solutions!!)

Code Review: Simple Java Singleton Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

3:39
Code Review: Simple Java Singleton (2 Solutions!!)

3 views

3 years ago

Roel Van de Paar
Code Review: Singleton interface in Java (2 Solutions!!)

Code Review: Singleton interface in Java Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

3:35
Code Review: Singleton interface in Java (2 Solutions!!)

16 views

3 years ago

Roel Van de Paar
Code Review: (Y.E.S.E.J.) Yet Another Singleton with Enum in Java

Code Review: (Y.E.S.E.J.) Yet Another Singleton with Enum in Java Helpful? Please support me on Patreon: ...

2:28
Code Review: (Y.E.S.E.J.) Yet Another Singleton with Enum in Java

11 views

3 years ago

Roel Van de Paar
Code Review: Enum Singleton implementation in Java

Code Review: Enum Singleton implementation in Java Helpful? Please support me on Patreon: ...

1:43
Code Review: Enum Singleton implementation in Java

4 views

3 years ago

The Debug Zone
Java Singleton Pattern: Fixing SonarQube 'Utility Classes Should Not Have Public Constructors'

In this video, we delve into the Java Singleton Pattern and its significance in software design. We'll explore the common issue ...

1:31
Java Singleton Pattern: Fixing SonarQube 'Utility Classes Should Not Have Public Constructors'

4 views

8 months ago

Viktor Sydorenko
Singleton php

Design patterns by Sydorenkovd.

3:38
Singleton php

276 views

9 years ago

Roel Van de Paar
What is the difference between singleton pattern using inner static "Holder" class and...

What is the difference between singleton pattern using inner static "Holder" class and "Instance" variable Helpful? Please support ...

2:17
What is the difference between singleton pattern using inner static "Holder" class and...

29 views

3 years ago

Roel Van de Paar
Javascript literal object and singleton pattern

Javascript literal object and singleton pattern Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

1:25
Javascript literal object and singleton pattern

58 views

2 years ago

Roel Van de Paar
Can we now `implement Singleton` using Java 8?

Can we now `implement Singleton` using Java 8? Helpful? Please support me on Patreon: ...

2:56
Can we now `implement Singleton` using Java 8?

1 view

3 years ago

Roel Van de Paar
Software Engineering: Simple Design for Singleton function in java for Kernel (3 Solutions!!)

Software Engineering: Simple Design for Singleton function in java for Kernel Helpful? Please support me on Patreon: ...

2:39
Software Engineering: Simple Design for Singleton function in java for Kernel (3 Solutions!!)

3 views

3 years ago

Roel Van de Paar
Salesforce: Best way to implement a singleton class in Apex

Salesforce: Best way to implement a singleton class in Apex Helpful? Please support me on Patreon: ...

1:49
Salesforce: Best way to implement a singleton class in Apex

53 views

4 years ago

Peter Schneider
How and why is the super class of singleton_class of BasicObject is Class class in Ruby?

How and why is the super class of singleton_class of BasicObject is Class class in Ruby? I hope you found a solution that worked ...

3:57
How and why is the super class of singleton_class of BasicObject is Class class in Ruby?

3 views

3 years ago

Alex Demko
Top Developer Reveals Singleton Pattern Secrets for Better Code

Looking to improve your JavaScript skills? Dive into this video where I cover 10 essential JavaScript patterns every developer ...

0:32
Top Developer Reveals Singleton Pattern Secrets for Better Code

151 views

1 year ago

Roel Van de Paar
Singleton Pattern + unavoidable Public Constructor (2 Solutions!!)

Singleton Pattern + unavoidable Public Constructor Helpful? Please support me on Patreon: ...

2:49
Singleton Pattern + unavoidable Public Constructor (2 Solutions!!)

0 views

3 years ago

Roel Van de Paar
Software Engineering: Singleton for Java Functional Interface (2 Solutions!!)

Software Engineering: Singleton for Java Functional Interface Helpful? Please support me on Patreon: ...

2:15
Software Engineering: Singleton for Java Functional Interface (2 Solutions!!)

0 views

3 years ago

Roel Van de Paar
Software Engineering: Java Singleton fields implementation (2 Solutions!!)

Software Engineering: Java Singleton fields implementation Helpful? Please support me on Patreon: ...

1:44
Software Engineering: Java Singleton fields implementation (2 Solutions!!)

2 views

3 years ago

Roel Van de Paar
Code Review: Is this a good and simple example for Singleton Pattern

... and simple example for Singleton Pattern Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

2:42
Code Review: Is this a good and simple example for Singleton Pattern

1 view

3 years ago

Roel Van de Paar
Software Engineering: Is using Singleton correct for Jtree & DefaultTreeModel?

Software Engineering: Is using Singleton correct for Jtree & DefaultTreeModel? Helpful? Please support me on Patreon: ...

1:26
Software Engineering: Is using Singleton correct for Jtree & DefaultTreeModel?

5 views

3 years ago

Roel Van de Paar
Code Review: Singleton with a volatile and synchronized instance

Code Review: Singleton with a volatile and synchronized instance Helpful? Please support me on Patreon: ...

2:25
Code Review: Singleton with a volatile and synchronized instance

4 views

3 years ago

Roel Van de Paar
If a class has no instance specific data is it okay to make it a singleton?

If a class has no instance specific data is it okay to make it a singleton? Helpful? Please support me on Patreon: ...

1:44
If a class has no instance specific data is it okay to make it a singleton?

42 views

3 years ago

Roel Van de Paar
Code Review: Thread safe singleton class to connect to Cassandra

Code Review: Thread safe singleton class to connect to Cassandra Helpful? Please support me on Patreon: ...

3:09
Code Review: Thread safe singleton class to connect to Cassandra

7 views

3 years ago

Roel Van de Paar
Software Engineering: Why use a enum to create the singleton pattern?

... a enum to create the singleton pattern? Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

1:27
Software Engineering: Why use a enum to create the singleton pattern?

3 views

3 years ago

Roel Van de Paar
Converting static utility class into singleton (2 Solutions!!)

Converting static utility class into singleton Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

3:52
Converting static utility class into singleton (2 Solutions!!)

2 views

3 years ago