String vs StringBuilder vs StringBuffer | What is Immutability? | Java String Operations | Geekific

Поділитися
Вставка
  • Опубліковано 13 жов 2024

КОМЕНТАРІ • 13

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

    this playlist is so underrated...

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

    11 min and so detailed and well explained. I will pin up your channel to my browser in my journey with java :)

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

      Thanks for the support! Really glad I could be of help :)

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

    Thank you very much dear friend, now I know what is it)))))))) Good job

    • @geekific
      @geekific  2 роки тому

      Glad I could help :)

  • @zyonsavery4834
    @zyonsavery4834 3 роки тому

    Very well made video with detailed examples. Great job.

    • @geekific
      @geekific  3 роки тому

      Thank you very much! Glad it helped :)

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

    Great video! Thanks a lot🥳

  • @grovestreet9165
    @grovestreet9165 8 місяців тому

    top notch

  • @anasbouchouha6877
    @anasbouchouha6877 2 роки тому

    Thank u

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

  • @M5skee_joezay
    @M5skee_joezay 2 роки тому

    Awesome tutorial. Only mistake here is your Suffix code is wrong. You're supposed to start at the 'end' of the string putting your starting index at the C of Geekific. Your for loop puts the starting index of substring at G. Output should be [c, ic, fic ....] not [Geekific, eekific, ekific..]

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

      Glad you liked it! Am not sure why is this "wrong", we are trying to demonstrate how to fetch the suffixes, the order in which we retrieve them shouldn't really matter. However, if you prefer to output them this way, go for it!