What is Singleton Pattern in Java - How to achieve this?

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ม.ค. 2025

ความคิดเห็น •

  • @bihari1422
    @bihari1422 7 หลายเดือนก่อน +9

    Please continue this series with all the design patterns in Java.

  • @ranjanjyoti273
    @ranjanjyoti273 6 หลายเดือนก่อน

    Excited for this series with all the design patterns for Automation testing .Getting lots of interview questions regarding design pattern .Thanks Naveen for doing this for community .

  • @soumyaranjandas8312
    @soumyaranjandas8312 3 หลายเดือนก่อน

    I am impressed the way of explanation . Thank You so much . Carry on

  • @SantoshKumar-mb7nc
    @SantoshKumar-mb7nc 2 หลายเดือนก่อน +2

    Hello Naveen, Greetings!!
    In this case same driver instance is shared in all thread and if in any thread driver.close or quit is called then it will be closed for all the thread, right?

  • @abdulRahman-id3ru
    @abdulRahman-id3ru 6 หลายเดือนก่อน

    Thank you for creating this video !

  • @xoda345
    @xoda345 6 หลายเดือนก่อน +2

    Naveen, why do we need two null check for the browser? Why isn't one null check enough?

  • @SmrutiParekh
    @SmrutiParekh 7 หลายเดือนก่อน +1

    Thank for sharing 😇😇😇

  • @kailashpathak8906
    @kailashpathak8906 4 หลายเดือนก่อน

    Very well ❤️‍🩹 explained.. thanks Naveen!!!

  • @prateekgupta8914
    @prateekgupta8914 6 หลายเดือนก่อน

    Thanks Naveen for this video. Could you please create same for Playwright with Java?

  • @zephyrdark
    @zephyrdark 4 หลายเดือนก่อน

    Thank you for the video! I am migrating a shell script to Java, and I want to implement logging. If I want to implement, some custom functions for the Logger class, does it make sense to make a CustomLogger using a Singleton design pattern?

  • @yashsaxena7139
    @yashsaxena7139 7 หลายเดือนก่อน

    Thanks Naveen if we go for eager initialisation instead of lazy ie creating instance before access. We will not require synchronised block correct me if wrong

  • @mahalasakini5045
    @mahalasakini5045 6 หลายเดือนก่อน

    Naveen can you please explain SOLID principles also

  • @niloychakravorty3832
    @niloychakravorty3832 6 หลายเดือนก่อน

    Hi Naveen, can you make a video on Collectors.grouping by questions ?

  • @bihari1422
    @bihari1422 7 หลายเดือนก่อน +8

    Honestly speaking if you would have made the video before about it I would have crack EPAM for remote location.... : (

    • @naveenautomationlabs
      @naveenautomationlabs  7 หลายเดือนก่อน +8

      No worries, more opportunities will be there for you in future. Keep learning.

    • @_abhimanyu.
      @_abhimanyu. 6 หลายเดือนก่อน

      I too had an interview with EPAM yesterday. Did you get any feedback from the HR team yet?

    • @bihari1422
      @bihari1422 6 หลายเดือนก่อน

      @@_abhimanyu. yeah profile on hold and candidate lags in JAVA design patterns

    • @_abhimanyu.
      @_abhimanyu. 6 หลายเดือนก่อน

      @@bihari1422 Did you get an email about it or did the HR call you?

    • @bihari1422
      @bihari1422 6 หลายเดือนก่อน

      @@_abhimanyu. Email bro

  • @anbu8006
    @anbu8006 6 หลายเดือนก่อน

    Thanks

  • @ambika1524-s9k
    @ambika1524-s9k 7 หลายเดือนก่อน

    Sir i tried to connect with you on LinkedIn and WhatsApp which you provided on your website regarding mock interview i really want to take mock interview please reply if it's possible for you to schedule mock or not sir

  • @nityaranjan6714
    @nityaranjan6714 5 หลายเดือนก่อน

    How you are writing with mouse on eclipse directly?

    • @soulofangel1990
      @soulofangel1990 4 หลายเดือนก่อน

      he is using a diffent software to write on the background of the screen.

  • @dchenamoni7858
    @dchenamoni7858 4 หลายเดือนก่อน

    what is Browser.class can you tell what it will do?

    • @naveenautomationlabs
      @naveenautomationlabs  4 หลายเดือนก่อน

      Please watch the full video, its already explained what is the purpose of Browser class.

  • @neha7980
    @neha7980 7 หลายเดือนก่อน

    Why do we need to create object only single time ? whats the real time use case at framework level?

    • @MrAshu58
      @MrAshu58 6 หลายเดือนก่อน +1

      @@neha7980 logging is 1 use case when we want different module of an application to write to a single log file.

    • @mesmerizeart663
      @mesmerizeart663 3 หลายเดือนก่อน

      @@MrAshu58 We know Logging and service Registery,in this case are you creating singletone class Manually or just search the use of singletone class in chartgpt and it's show you the answer.😂😂😂

  • @mamtabharambe257
    @mamtabharambe257 4 หลายเดือนก่อน

    Singleton error