Singleton Design Pattern in Java

preview_player
Показать описание
Learn: Properties & Implementation with Example in Java of Singleton Design Pattern

Do Watch video for more info

This Problem is synonym of following problems:
Singleton design pattern java,
real time example for Singleton design pattern in java,
when to use Singleton design pattern,
Singleton design pattern in java,
Singleton design pattern in spring,
design patterns in java,
Singleton design pattern implement

Please check video for more info:

CHECK OUT CODING SIMPLIFIED

★☆★ VIEW THE BLOG POST: ★☆★

I started my YouTube channel, Coding Simplified, during Dec of 2015.
Since then, I've published over 200+ videos.

★☆★ SUBSCRIBE TO ME ON YOUTUBE: ★☆★

★☆★ Send us mail at: ★☆★

Рекомендации по теме
Комментарии
Автор

Awesome Series. Keep making such videos. Thanks!

deepaktiwari
Автор

I have read so manytimes and seen many video about design patterns but was not able to understand concept clearly. You explained it in very simplest way and really superb and much appreciated 👏👏👏.

NammaSri
Автор

This is really good. The thread-safe version was better than some other videos I have watched. Also, you have a calm, soothing presentation which somehow still shows energy and interest, so we stay awake but don't get alarmed or stressed out. In fact, the visuals and zoom-ins and general presentation are good too. Excellent.

jvsnyc
Автор

I have seen many videos about singleton design pattern but I have confusion, but now all are clear, Really very helpful Big thanks

_akarshgaud_
Автор

You don't know how much this video is important now given that System Design is important

CodingJoySoul
Автор

very good explanations with practical coding examples...thanks!

rajkhare
Автор

Like your way of explaining of topics. Good One. 🎉❤

yug
Автор

As always the best explanation one can ever find!!!

AdityaSharma-hyiv
Автор

Very logical explanation. You can add more information about why two null check or double check locking.

parmarkamlesh
Автор

Really very helpful
In detail explanation
Big thank you

e.ch.vidyasagarkorada
Автор

Thanx bro for making it easy to understand

ashishkumarteotia
Автор

Really simplified. Keep up the great work

DineshSolanki
Автор

Good explanation. Clonable & serialisation will break this approach

kirangosavi
Автор

Thnx u Sir
I am really amaze with your video
keep posting

tannubajpai
Автор

good explanation but can you simulate multiple user scenario using threads?

sinurao
Автор

Please add some more design patterns ... It's my big request ... I understood from your channel thanks

rahulsinghai
Автор

Nice explanation but I have a doubt of what is the use of synchronised block if we have eager initialisation.can you explain the difference between them...which is better to use either synchronised or eager initialisation and what is the point of using 2 checks in synchronised initialisation

supriyadivvela
Автор

Nice explanation. I understand that there is a need to check if instance== null twice, however it seems like a redundant code, is there a better way? Just curious for improvements. You have a nice formatted and crisp explanation. Keep it up.

prashantsomvanshi
Автор

Thank u so much for the video
.. One doubt, how can we achieve Singleton using,
A a =new A() ;
A aa=new A() ;
This case should return the single object? Wt is the way?

macherladevasundaram
Автор

Though if the constructor is private, we can create multiple objects in the same class itself

BhanuNandanaPavanKumarBavirise