Check if Substring is Present in a Given String - Java Interview Question

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

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

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

    Ur the only guy i have got in my feed who uses regular expression in the code.i am fan if dms at the time of semester now i got to know the practical thing of it.thanks brother

  • @shriyayadav1733
    @shriyayadav1733 3 ปีที่แล้ว +4

    Every day i am waiting for your video.... Because "aaj kuch naya sikne ko milega"

  • @chetanbavaskar877
    @chetanbavaskar877 3 ปีที่แล้ว +2

    Thank you Naveen❤️. I was recently asked in a interview to count number how many times a character was repeating in a string and print it's count in the same order as string. I had the solution because of the your video and I cleared the round 🙏

  • @deepakrai5175
    @deepakrai5175 ปีที่แล้ว

    Thanks Naveen for providing such a short , easy and quick way to solve this. :)

  • @rajavardhanreddy
    @rajavardhanreddy 3 ปีที่แล้ว +1

    Hi Naveen,
    Your way of explanation of all interview programs are super easy to understand. However can you please point me to the source where I can learn regular expressions and streams.
    Thanks,
    Rajavardhan

  • @KkdvPrasad
    @KkdvPrasad 3 ปีที่แล้ว +2

    @NaveenAutomationLabs
    Please continue this series this is very Wonderful ❤️

  • @AbhishekSingh-bj8yc
    @AbhishekSingh-bj8yc 3 ปีที่แล้ว +2

    Thank you Naveen. Bang on!!

  • @KarthikKumarJain
    @KarthikKumarJain 3 ปีที่แล้ว +4

    Thanks much Naveen:)

  • @dipanshuvishwakarma6760
    @dipanshuvishwakarma6760 3 ปีที่แล้ว +2

    You are genius👏👏

  • @pandudamera7211
    @pandudamera7211 3 ปีที่แล้ว +2

    Thank you brother

  • @sandipsuman3985
    @sandipsuman3985 ปีที่แล้ว

    Hi Naveen,
    In the above program, how to get index if sub string is available in main without using String methods

  • @shriyayadav1733
    @shriyayadav1733 3 ปีที่แล้ว +1

    Thank you

  • @booksagsm
    @booksagsm 3 ปีที่แล้ว

    Hi Naveen,
    If you can make a video or reply here :
    Is there a possibility to enter Product Owner role or Program Manager role after 10-12 yrs experience as QA.
    If so, how can we start towards that direction?

  • @supriyamishra5968
    @supriyamishra5968 3 ปีที่แล้ว

    Thanks Naveen!

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

    Bro please do videos on coding questions of tcs nqt

  • @mazharkhatri779
    @mazharkhatri779 3 ปีที่แล้ว +1

    You are master

  • @anneshapalchoudhary4710
    @anneshapalchoudhary4710 3 ปีที่แล้ว

    Great

  • @noromance2190
    @noromance2190 3 ปีที่แล้ว +1

    Hi naveen

  • @harikiran5559
    @harikiran5559 3 ปีที่แล้ว

    Unable to join telegram link sir,its saying as invite link expired ..can u help with it pls

  • @snehaljagnit2087
    @snehaljagnit2087 3 ปีที่แล้ว

    Hi Naveen sir
    Please help..I got this exception while running test cases
    Org.testng.TestNGExceptin:sun.security.provider.certpath.....unable to find valid certification path to requested target.
    I tried so many things but still got exception

  • @bharatiykm3cv
    @bharatiykm3cv 3 ปีที่แล้ว

    Get indexof will work

  • @manishakasamsetty7753
    @manishakasamsetty7753 3 ปีที่แล้ว

    Any body share telegram link..its showing link got expired

  • @sumant5429
    @sumant5429 3 ปีที่แล้ว +1

    Mere test me same question tha kl ke

    • @naveenautomationlabs
      @naveenautomationlabs  3 ปีที่แล้ว

      Solve kiya ya nahi?

    • @sumant5429
      @sumant5429 3 ปีที่แล้ว

      @@naveenautomationlabs
      Yup kiya ,dusre method se .
      Aaap LinkedIn pe ho ?

  • @noromance2190
    @noromance2190 3 ปีที่แล้ว +2

    Please provide me a small material

  • @sarathkumar4845
    @sarathkumar4845 2 ปีที่แล้ว

    check the substring present in main string or not
    Eppadi panrathu bro

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

    isnt the whole point of the question that you code it yourself?, otherwise you can literally just call the .containts() method directly

  • @vijaykanthperikala
    @vijaykanthperikala 3 ปีที่แล้ว

    Hi @Naveen ,
    The below case supposed to give FALSE but it's printing TRUE.
    System.out.println(isSubString("naveen automation labs", "$$"));
    Note: I just removed $$ from the main string and did validation.
    Do you think something wrong with the regular expression ? or this regular expression doesn't satisfy all the cases?
    Kindly explain!!