String in Java - Word Programs

Поділитися
Вставка
  • Опубліковано 19 січ 2025

КОМЕНТАРІ • 54

  • @akhileshsinghtomar4763
    @akhileshsinghtomar4763 5 місяців тому +5

    This is the first time when I feel proud to my decision to choose java language for coding,
    maam you really awesome teacher, I have decided to watch all your videos , your 16-20 vedios far far better than any playlist , Your great teacher🙏🙏 Love🙇🙇❤ from India.

  • @blinkypie223
    @blinkypie223 2 роки тому +20

    Before I used to fear java ma'am ,Thank you ma'am , now I became an expert to solve any question easily with simple logic just because of your efforts 💕

  • @deeptijain4327
    @deeptijain4327 2 роки тому +8

    Your the best teacher concerning java out there

  • @kumarsharad2027
    @kumarsharad2027 2 роки тому +6

    These concept of string videos is something else, Thank you, Cant Express, So Awsome!!

  • @thekartikkandpal
    @thekartikkandpal 10 місяців тому +3

    Utterly beautiful explanation..!! Hats Off!!! 🤩🤩

  • @Anshikakacharu
    @Anshikakacharu 11 днів тому

    Thank god I discovered your channel before my boards ❤

  • @kritvipandey5106
    @kritvipandey5106 11 місяців тому +2

    thank you so much you saving my boards 🙏🙏

  • @hashtag-ll3ic
    @hashtag-ll3ic 6 місяців тому +1

    extremely helpful as I'm an ICSE student ma'am , Hats off 💯

  • @monicajayakumar6113
    @monicajayakumar6113 2 роки тому +2

    I wish I had a teacher like you in school..

  • @Harshad-um7xr
    @Harshad-um7xr Рік тому +2

    Thank you so much helped a lot!!

  • @smartstruggle9838
    @smartstruggle9838 Рік тому +2

    Awesome 👍👍

  • @HrishabhKushwah
    @HrishabhKushwah 10 місяців тому +1

    Wow what an explanation!

  • @subhashinisinha1280
    @subhashinisinha1280 2 роки тому +2

    Thanku man, i was finding this type of video

  • @umakantapradhan5745
    @umakantapradhan5745 Рік тому +1

    Underrated video

  • @Zupiterr
    @Zupiterr Рік тому +3

    what about if more white space between the word?

  • @PlaxmiSrivastav
    @PlaxmiSrivastav Рік тому +2

    How to print a double letter sequence program in string? Please explain.

  • @alekhprasadsahu6705
    @alekhprasadsahu6705 Місяць тому

    Nice explanation

  • @saini4247
    @saini4247 2 роки тому +3

    Simply coding is love!!!!!!!!!

    • @saini4247
      @saini4247 2 роки тому +2

      She made coding really easy........Handsoff to you......our school teacher teaches so many logics but did not tell us wat to solve them ❤️❤️❤️❤️❤️

  • @ddk1062
    @ddk1062 2 роки тому +1

    Excellent video, thanks for it 🙏🙏🙏

  • @simplivandcoding7789
    @simplivandcoding7789 2 роки тому +1

    veryvery wonderfuul teaching

  • @simon-iu2jb
    @simon-iu2jb 2 роки тому +3

    6:00 doesn't work if word contains 1 letter like "i am"

    • @himats7195
      @himats7195 Рік тому

      try putting if condition (w.length()>1)

  • @shivaniyadav2592
    @shivaniyadav2592 11 днів тому

    Thankyou mam ❤❤❤

  • @indiancarowners7372
    @indiancarowners7372 2 роки тому +1

    I was waiting for it thanks

  • @jitendradhaka4780
    @jitendradhaka4780 Рік тому +1

    Thank you so so much

  • @sona12315
    @sona12315 Рік тому +1

    Thank you soo much

  • @rabh-ro6ce
    @rabh-ro6ce 2 місяці тому

    looks like this is a simpler template compared to what you suggested, isn't it?..??
    String name = "Saurabh Knows Java";

    String words []= name.split(" ");

    for(int i=0; i < words.length; i++)
    {
    System.out.println(words[i]);
    }

  • @sanjeevhansanur6203
    @sanjeevhansanur6203 2 роки тому +2

    very good

  • @SHIVAAY944
    @SHIVAAY944 4 місяці тому

    2,3 program is not working getting StringIndexOutOfBound CE

  • @eliaszeray7981
    @eliaszeray7981 Рік тому +1

    Great! Thank u.

  • @Sudharsanprabu457
    @Sudharsanprabu457 6 місяців тому +1

    Mam i need this type of video for array also

    • @SimplyCoding
      @SimplyCoding  6 місяців тому

      You can watch on playlist on arrays - ua-cam.com/play/PLWWFf_h_MQRo0CIdiYhNjAJAUudfoEYjt.html

  • @pwse
    @pwse 4 місяці тому

    At 6:00 shouldn't the iteration of i go from 0 to I

  • @Sneha-gx3zw
    @Sneha-gx3zw 2 роки тому +2

    Thank you :)

  • @ShivamSingh-gc6pm
    @ShivamSingh-gc6pm Рік тому +1

    Thanku mam🙏.

  • @varungola4720
    @varungola4720 2 роки тому +1

    Thank you mam🙂🙂🙂

  • @sandhyak2657
    @sandhyak2657 2 роки тому +1

    only one word is getting read in the sentence. can someone help me with the working code

  • @NeverStopLearning56
    @NeverStopLearning56 Рік тому +1

    How to print alternate characters ?
    And
    how to convert print convert the alternate characters to uppercase and print it

    • @SimplyCoding
      @SimplyCoding  Рік тому +1

      Just add i%2 == 0 as a condition before print to print alternate characters.
      Use the same condition above and if true, convert to uppercase and and then print, else print as is.

    • @NeverStopLearning56
      @NeverStopLearning56 Рік тому

      @@SimplyCoding thank you

    • @NeverStopLearning56
      @NeverStopLearning56 Рік тому

      @@SimplyCoding can you please type both the logics and pin this comment, So that even others will get to know....

  • @Rajanrajaram
    @Rajanrajaram Рік тому +1

    No one Can think java program is so easy......

  • @crewify5460
    @crewify5460 2 роки тому +1

    last coding not working mam

  • @muthuraja4523
    @muthuraja4523 2 роки тому +1

    Last program 15.45 doesn't work

    • @himats7195
      @himats7195 Рік тому +1

      I have added if conditions to solve this. If there is any other better way please suggest. Thanks. else {
      char first = w.charAt(0);
      char last = w.charAt(w.length() - 1);
      if (w.length() == 1) {
      ns = ns + first + " ";
      }
      if (w.length()==2) {
      ns = ns + last + first + " ";
      } else if (w.length() > 2)
      {
      String middle = w.substring(1, w.length() - 1);
      ns = ns + last + middle + first + " ";
      }

  • @cherukurisagarteja7938
    @cherukurisagarteja7938 Рік тому

    explantion is awesome madam but the code doesn't give a correct output

  • @shreyanshsingh1814
    @shreyanshsingh1814 Місяць тому

    goated

  • @mouni-o-
    @mouni-o- 2 роки тому +1

    Mam please do it in python mam please mam and matrix method also in logical way

  • @naveenkumar-gw4nh
    @naveenkumar-gw4nh 5 місяців тому

    All the programs in this video are wrong!! I don’t know how people without even working on them and appreciating wrong info. simply coding please correct yourself, you are spoiling many people’s life’s.

    • @SimplyCoding
      @SimplyCoding  5 місяців тому

      Why don't you paste your program over here, we can help you find the mistake you have done in copying from video

  • @wilsonvaboum1338
    @wilsonvaboum1338 2 роки тому +2

    Excellent video, thanks for it 🙏🙏🙏
    However, whe you said if (c !=' '); isn't ! You can write if(!Character.isWhitespace());