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

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ก.ย. 2024

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

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

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

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

    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 .

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

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

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

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

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

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

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

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

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

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

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

      @@_abhimanyu. Email bro

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

    Thank for sharing 😇😇😇

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

    Thank you for creating this video !

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

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

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

    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

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

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

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

    Naveen can you please explain SOLID principles also

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

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

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

    Thanks

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

    How you are writing with mouse on eclipse directly?

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

    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

  • @dchenamoni7858
    @dchenamoni7858 3 วันที่ผ่านมา

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

    • @naveenautomationlabs
      @naveenautomationlabs  3 วันที่ผ่านมา

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

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

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

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

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