Learn Then Code
Learn Then Code
  • Видео 220
  • Просмотров 286 103
3 ways to implement Singleton pattern in java? OOP Design Patterns Part-5
3 Ways to implement the Singleton pattern in Java:
- Eager init: The instance is created at the time of class loading.
- Lazy init: The instance is created only when it is requested(use synchronization for thread safety)
- Enum Singleton: Using an enum guarantees thread safety and prevents serialization issues.
Previous video on What is singleton pattern and when to use it:
Github repo: github.com/rishikagupta2468/DesignPattern
Prerequisites before watching this playlist:
1. Understanding of OOP Concepts: ruclips.net/p/PL0Kgfsu1RnhKtLvf-ju_x6K7ElWVDIBj1
2. Experience with Basic Java Development
My handles:
Linkedin: www.linkedin.com/in/rishikagupta-rg/
Twitter: rishikagupta__/
Instagram:...
Просмотров: 130

Видео

What is Singleton Pattern and when to use it? OOP Design Patterns Part-4
Просмотров 35621 день назад
What is the Singleton Pattern? The Singleton Pattern is a design pattern that restricts a class to a single instance and ensures that this instance is globally accessible throughout the application. It guarantees that only one object of a class can exist at any point in time, and it provides a centralized way of accessing this object. When to use this pattern? - When you need to manage a shared...
How to implement Builder pattern in java? OOP Design Patterns Part-3
Просмотров 782 месяца назад
Steps to implement builder pattern in java: 1. Create the main class (e.g., Animal) with private fields and a private constructor. 2. Define a static nested Builder class inside the main class. 3. In the Builder class: 3.1 Add fields that correspond to the main class's fields. 3.2 Provide a constructor for any required fields. 3.3 Add setter methods (usually returning this for chaining) for opt...
When to use Builder Pattern? OOP Design Patterns Part-2
Просмотров 2903 месяца назад
Use Builder creational pattern when: 1. There are many optional fields in your class. 2. Object construction needs to be done step by step. 3. You’re working with immutable objects or need to perform validation during object creation. Next video on implementation of builder pattern: ruclips.net/video/G1ujhPL4eCo/видео.htmlsi=UK4LIYEOeGakjHqQ Previous video on Need of Design Patterns: ruclips.ne...
What and Why Design Patterns? OOP Design Patterns Part-1
Просмотров 5463 месяца назад
What and Why are Design Patterns? Design patterns are simple solutions to common problems that developers face when writing code. Instead of figuring out everything from scratch, design patterns give you a clear way to solve problems that have already been solved by others. They act like blueprints for organizing your code better. Types of design pattern we will study in this playlist: 1. Creat...
5 Major services provided by OS | Operating System | Part-5
Просмотров 317Год назад
5 Major services provided by OS | Operating System | Part-5
Play games to learn Coding | Learn then Code
Просмотров 359Год назад
Play games to learn Coding | Learn then Code
How I spent 4 years of my college |Learn then Code
Просмотров 4212 года назад
How I spent 4 years of my college |Learn then Code
OS functions not to help user | Part-4
Просмотров 1112 года назад
OS functions not to help user | Part-4
5 Tips Which No one Tells You to Ace the Interview | Learn then Code
Просмотров 1532 года назад
5 Tips Which No one Tells You to Ace the Interview | Learn then Code
A Day in Life of Walmart SDE | @geekupwithnewton | Learn Then Code
Просмотров 2342 года назад
A Day in Life of Walmart SDE | @geekupwithnewton | Learn Then Code
User Interface as a Service | Operating System | Part-3
Просмотров 1162 года назад
User Interface as a Service | Operating System | Part-3
My 5 secret Time Management Tips | Learn Then Code
Просмотров 3972 года назад
My 5 secret Time Management Tips | Learn Then Code
Difference between Multiprogramming and Multitasking in Operating System | Part-2
Просмотров 4002 года назад
Difference between Multiprogramming and Multitasking in Operating System | Part-2
ChatGPT: Testing & Review | Learn Then Code
Просмотров 3232 года назад
ChatGPT: Testing & Review | Learn Then Code
What is Operating system? | Operating system | Part-1
Просмотров 5142 года назад
What is Operating system? | Operating system | Part-1
Isomorphic Strings | DSA Interview Questions | In Hindi | Part 8
Просмотров 2032 года назад
Isomorphic Strings | DSA Interview Questions | In Hindi | Part 8
Majority Element | DSA Interview Questions | In Hindi | Part 7
Просмотров 1092 года назад
Majority Element | DSA Interview Questions | In Hindi | Part 7
Largest odd number | DSA Interview Questions | In Hindi | Part 6
Просмотров 1092 года назад
Largest odd number | DSA Interview Questions | In Hindi | Part 6
Good pairs | DSA Interview Questions | In Hindi | Part 5
Просмотров 1942 года назад
Good pairs | DSA Interview Questions | In Hindi | Part 5
Use Xor operator in DSA solution
Просмотров 3432 года назад
Use Xor operator in DSA solution
Find non-repetitive element | DSA Interview Questions | Hindi | Part 4
Просмотров 1622 года назад
Find non-repetitive element | DSA Interview Questions | Hindi | Part 4
Add Binary Strings | DSA Interview Questions | In Hindi | Part 3
Просмотров 1352 года назад
Add Binary Strings | DSA Interview Questions | In Hindi | Part 3
Palindrome number | DSA Interview Questions | In Hindi | Part 2
Просмотров 1832 года назад
Palindrome number | DSA Interview Questions | In Hindi | Part 2
Two Sum | DSA Interview Questions | In Hindi | Part 1
Просмотров 2752 года назад
Two Sum | DSA Interview Questions | In Hindi | Part 1
Connected component in undirected graph without DFS??
Просмотров 1112 года назад
Connected component in undirected graph without DFS??
Find Product of Array Except Self | DSA Interview Questions
Просмотров 2482 года назад
Find Product of Array Except Self | DSA Interview Questions
Find Diameter of binary tree | Google asked interview question
Просмотров 922 года назад
Find Diameter of binary tree | Google asked interview question
Implement LRU cache with example
Просмотров 5982 года назад
Implement LRU cache with example
What is LRU cache in 10 minutes
Просмотров 6912 года назад
What is LRU cache in 10 minutes

Комментарии

  • @AyushGupta29164
    @AyushGupta29164 7 дней назад

    unacademy

  • @willingtushar
    @willingtushar 10 дней назад

    Are you using tabnine? if not, can I ask which code assistant you are using in your IDE?

  • @MS_Raunak
    @MS_Raunak 17 дней назад

    whenever I try to understand this topic my brain internally call a though function that runs recursively until I fall asleep

  • @sakshamchaudhary1226
    @sakshamchaudhary1226 17 дней назад

    Mam apko didi bol sakte he mam🥺🙏. Apka ashirwad Bane rahe. Mam I wish and pray to be ur brother in the next birth🥺🙏. Charan sparsh mam. Ur my role model mam🙏🥺

  • @sakshamchaudhary1226
    @sakshamchaudhary1226 17 дней назад

    Mam apko didi bol sakte he mam🥺🙏. Apka ashirwad Bane rahe. Mam I wish and pray to be ur brother in the next birth🥺🙏. Charan sparsh mam. Ur my role model mam🙏🥺

  • @sakshamchaudhary1226
    @sakshamchaudhary1226 17 дней назад

    Mam apko didi bol sakte he mam🥺🙏. Apka ashirwad Bane rahe. Mam I wish and pray to be ur brother in the next birth🥺🙏. Charan sparsh mam. Ur my role model mam🙏🥺

  • @sakshamchaudhary1226
    @sakshamchaudhary1226 17 дней назад

    Mam apko didi bol sakte he mam🥺🙏. Apka ashirwad Bane rahe. Mam I wish and pray to be ur brother in the next birth🥺🙏. Charan sparsh mam. Ur my role model mam🙏🥺

  • @sakshamchaudhary1226
    @sakshamchaudhary1226 17 дней назад

    Mam apko didi bol sakte he mam🥺🙏. Apka ashirwad Bane rahe. Mam I wish and pray to be ur brother in the next birth🥺🙏. Charan sparsh mam. Ur my role model mam 🥺🙏

  • @AdityaPrajapati-vc9qp
    @AdityaPrajapati-vc9qp 17 дней назад

    you are very cute

  • @krrishna_tweets1916
    @krrishna_tweets1916 19 дней назад

    I was watching videos on RUclips for 2 hours but could not understand anything on this topic but you made the whole topic clear in 9 minutes...🙌🏻🥺

  • @maheshramteke2765
    @maheshramteke2765 20 дней назад

    Good teaching explanation. Really important concept with real world examples

  • @adityabasu3495
    @adityabasu3495 20 дней назад

    Nice

  • @KinglyGaming11
    @KinglyGaming11 21 день назад

    Ma'am where can we get the pdf

    • @LearnThenCode
      @LearnThenCode 20 дней назад

      you can find it online

    • @l00me
      @l00me 19 дней назад

      Hi i need this reference pdf file plz

  • @DD-ds7ui
    @DD-ds7ui 22 дня назад

    thank you for this excellent series. Looking forward to other videos.

  • @DD-ds7ui
    @DD-ds7ui 22 дня назад

    thnak you! very well explained.

  • @nidhi1428
    @nidhi1428 23 дня назад

    Perfectly explained!

  • @lovestudymotive7638
    @lovestudymotive7638 Месяц назад

    thanks maam

  • @ShivaniChauhan-tn5zb
    @ShivaniChauhan-tn5zb Месяц назад

    Nice explanation ❤

  • @travelnlearn
    @travelnlearn Месяц назад

    very clear and concise explanation, Thank You for making this concept super easy for me ❤

    • @LearnThenCode
      @LearnThenCode 20 дней назад

      I'm glad it helped you understand the concept! 😊

  • @kishansinghc1581
    @kishansinghc1581 Месяц назад

    Space complexity will be O(N).

  • @ARAVINDKUMAWAT-k2l
    @ARAVINDKUMAWAT-k2l 2 месяца назад

    hmmm, tarackhee kar logee app dhere dhere

  • @ajaychaudhari8548
    @ajaychaudhari8548 2 месяца назад

    Awesome explained ❤

  • @KHUSHIKUMARI-sq4vb
    @KHUSHIKUMARI-sq4vb 2 месяца назад

    Thanku😊

  • @harshkumarvlog456
    @harshkumarvlog456 2 месяца назад

    Mam more videos for these concepts

  • @harshkumarvlog456
    @harshkumarvlog456 3 месяца назад

    Very helpful 🥰🥰

  • @sakshamchaudhary1226
    @sakshamchaudhary1226 3 месяца назад

    Honorable Mam a humble request to make a video on how to be down to earth 🌍.kind. humble. Remain calm and cool in this tough and competitive world 🌎. Need ur blessings cum ashirwad mam🙏

  • @sakshamchaudhary1226
    @sakshamchaudhary1226 3 месяца назад

    I will definitely like , share and subscribe mam . Please like , share and subscribe humble request to all follower honorable mam/di is trying her best

  • @sakshamchaudhary1226
    @sakshamchaudhary1226 3 месяца назад

    1st viewer 🎉😊

    • @LearnThenCode
      @LearnThenCode 20 дней назад

      Thank you for being the first viewer! 😊

  • @sakshamchaudhary1226
    @sakshamchaudhary1226 3 месяца назад

    Thanks so much mam 🙏 . I will definitely and ofcourse like , share and subscribe and humble request to all follower to do so . Mam is working so hard for us🙏

  • @sakshamchaudhary1226
    @sakshamchaudhary1226 3 месяца назад

    A humble request to make a video on how to be down to earth 🌍,Kind , humble and remain cool and calm in today tough and competitive world 🌍. I wish and pray I shall be atleast 1% like u mam 🙏.

  • @KunalKumar-xb6jo
    @KunalKumar-xb6jo 3 месяца назад

    Going to be really very helpful. Kudos to you!!

  • @iriteshmishra
    @iriteshmishra 3 месяца назад

    Thanks Ritika for explaining design patterns.

  • @harshkumarvlog456
    @harshkumarvlog456 3 месяца назад

    Thankyou so much mam

    • @LearnThenCode
      @LearnThenCode 3 месяца назад

      stay tuned for more videos😊

  • @paraschauhan4466
    @paraschauhan4466 3 месяца назад

    Welcome back after a long time 🙌🙌

    • @LearnThenCode
      @LearnThenCode 3 месяца назад

      Thank you Paras😇

    • @paraschauhan4466
      @paraschauhan4466 3 месяца назад

      @@LearnThenCode Hii I want to connect with you if possible need a guidance from you but how can I connect with you

  • @taufiqkhan2601
    @taufiqkhan2601 3 месяца назад

    Not showing clearly... it will be good to go for "Caption' Option

  • @SagarAngarakh
    @SagarAngarakh 3 месяца назад

    Congratulations ❤

  • @priyanshusharma8038
    @priyanshusharma8038 3 месяца назад

    she is very cute really she is adorable 🥰😇 and explain very well

  • @Krishnachauhanhhdbbfbh
    @Krishnachauhanhhdbbfbh 3 месяца назад

    🎉

  • @r_ockergolu_j_2828
    @r_ockergolu_j_2828 3 месяца назад

    I have some doubts can you help me 🙏?

  • @iconic_Abhay
    @iconic_Abhay 3 месяца назад

    Oop in c++ by E Balagurusamy is best book of c++

  • @shumailakhan8953
    @shumailakhan8953 4 месяца назад

    Do excercises also

  • @SnugglePaws-TV
    @SnugglePaws-TV 4 месяца назад

    Thanks Mam ❤ its a good lecture❤

  • @ٴٴٴ.ٴٴ
    @ٴٴٴ.ٴٴ 4 месяца назад

    I have build sometimes but with html and css and JavaScript how do i convert into a app

  • @123-kashish
    @123-kashish 4 месяца назад

    Di i am currently taken admission in btech cse in sgt University btech cse gurugram its private college is it ok to take admission in it and i want to talk to you for further guaidance can u help me where to contact you

  • @keydude09
    @keydude09 4 месяца назад

    U helped a lot mam u could have complete full chapter

  • @rinkujain9823
    @rinkujain9823 4 месяца назад

    why is the music so irrelevant... so we cant focus on reading the questions

  • @karanonus
    @karanonus 5 месяцев назад

    Where you upload your resume I want know about link

    • @lakshmann9825
      @lakshmann9825 Месяц назад

      put it in gdrive and then paste that link

    • @SURAJ-if7go
      @SURAJ-if7go 6 дней назад

      ​@@lakshmann9825where to upload link which session in LinkedIn

    • @SURAJ-if7go
      @SURAJ-if7go 6 дней назад

      There is no features section

  • @kainaatmakhani6550
    @kainaatmakhani6550 5 месяцев назад

    the lecture was very interesting and informative.

  • @MalvikaDwivedi-vs8iw
    @MalvikaDwivedi-vs8iw 5 месяцев назад

    If yes so plz tell how to download in pc

  • @MalvikaDwivedi-vs8iw
    @MalvikaDwivedi-vs8iw 5 месяцев назад

    Have you downloaded in you pc