Java Strings Tutorial

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

КОМЕНТАРІ • 49

  • @KeepOnCoding
    @KeepOnCoding  4 роки тому +8

    ☕Want to master Java? Get my complete Java course: bit.ly/42mQlXE

  • @cjh6678
    @cjh6678 3 місяці тому +3

    3 years later and this is still an awesome video

  • @rolandocruz1695
    @rolandocruz1695 4 роки тому +17

    Keep making these videos they help a lot

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

    man, your channel is the best i can learn and chill at the same time

  • @RicShaa
    @RicShaa 4 роки тому +2

    These Java tutorials are exactly what I need. A quick capture of a topic that I can quickly recap in case I forget something. Keep them coming.

  • @99_Magic
    @99_Magic 4 роки тому +7

    Great content, Sam!

  • @KnightClashR
    @KnightClashR 8 місяців тому +1

    1:16 i think this is the first tutorial i watch that doesnt use "Hello World" as an example xD

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

    Can you send the link of the oracle site with all the built in methods.

  • @apex-lazer
    @apex-lazer Рік тому

    Bro thank you so much this was so clean and simple to understand. I really appreciate it 👊.

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

    Please make a tutorial on swing in java!

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

    Thank you Sam!! i enjoyed it, keep going!

  • @umessi10
    @umessi10 4 роки тому +2

    Everytime I open one of your videos, the algoexpert advert comes up 😂.

  • @itheblackwolfofmyfamily
    @itheblackwolfofmyfamily 4 роки тому +2

    String name = new String("Keep on Coding");
    String best = new String("Keep on Coding);
    The above strings will have different memory address, meaning they will be stored in different memory location which is waste of memory.
    String name = "Keep on Coding";
    String best = "Keep on Coding";
    The above strings will use one memory address since they have the same value which is better than having different memory address for two the same strings.

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

    Logan, your class of classes is cool!

  • @Грант1147
    @Грант1147 3 роки тому +1

    Thank you a lot, I'm really grateful to you for your gorgeous lesson, it's very informative, useful and cool

  • @rolandocruz1695
    @rolandocruz1695 4 роки тому +4

    Can you make a video on java classes and recursion

  • @Lenas.corner
    @Lenas.corner 3 роки тому +1

    Could you do a tutorial on loops?

  • @mnasirizadeh6007
    @mnasirizadeh6007 4 роки тому +2

    Thanks for the video, greate tutition!

  • @Ali.npc1
    @Ali.npc1 4 роки тому

    Thanks this helped me a lot

  • @ZivShaltiel
    @ZivShaltiel 3 роки тому +1

    very helpful! can you explain the difference between string and String? they don't work together

  • @jaatharsh
    @jaatharsh 4 роки тому +1

    Hey SAM, could you please suggest some open source project where I can contribute (preferably C# else Python NOT JAVASCRIPT ones),
    And what a realistic time frame to understand the framework and starting contributing towards fixing bugs/New Features.
    asking this as my current role I don't give me much exposure working of some good projects which are really helpful when going thru an interview,
    recently got rejected by FB (IC4) 1st round, Amazon (SDE-2) 4th round, Microsoft (SSE) 3rd Round.

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

    Could you start beginner Java tutorial for learners like me.

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

    I'm confused. Should I write my tuition check payable to you or to the college I'm attending? Because you're definitely making more sense than the power points and lectures I'm sitting through. Lol.
    Thank you for sharing your knowledge!

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

    so should I use string literals or string object ...which is more effiecient??....is string literals better than string object?

  • @hanialimam
    @hanialimam 4 роки тому +3

    Brooo weren’t you just at 7k subs and already at 50k congratssss!!!!

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

    thanks sir

  • @willlane805
    @willlane805 4 роки тому

    do you think java is obsolete other than legacy code now that there are so many more languages that are fast and easy to use such as golang or rust?

    • @KeepOnCoding
      @KeepOnCoding  4 роки тому +3

      I wouldn’t call it obsolete. There’s a lot of new development still being done in Java. That being said, I believe it will be much less dominant in 10 years than it is today.

    • @umessi10
      @umessi10 4 роки тому +1

      Obsolete? Please take a look at industry statistics. The word "obsolete" itself is subjective. The last line of code you pushed to master can be considered obsolete.
      Granted golang is faster than Java whuch is mostly due to the fact that it doesn't rely on a virtual machine, it doesn't come without cost. It is a smaller library which lacks many features. Such as lack of error handing which leaves greater room for errors in the code.

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

    the only video in youtube with 0 dislike😘

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

    Thanks nice video

  • @nikkseobandojo8269
    @nikkseobandojo8269 4 роки тому

    May i ask what program or application you are using?? Where can i download that?

    • @user-dh8oi2mk4f
      @user-dh8oi2mk4f 3 роки тому

      He’s using IntelliJ idea. Just search it on google, you’ll find it.

  • @CareerProgramming
    @CareerProgramming 4 роки тому +2

    Intellij 👍

  • @SuperKidontheblock
    @SuperKidontheblock 4 роки тому +1

    Objects ftw.

  • @harshshiyani2058
    @harshshiyani2058 4 роки тому

    If you create String object using new keyword then it will store in heap area and string constant pool
    But if you create Like String s1 = "Java";
    Then it will Only Store in scp...

  • @george0t
    @george0t 4 роки тому

    When you eventually move on to Kotlin, you should rename your channel to "Keep on Kotlin´."

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

    Your ide for java?

  • @nirajmh
    @nirajmh 4 роки тому

    U r lookin like Jake Gyllenhaal😁