Understanding String Immutability in Java From Scratch | String Pooling and Interning

Sdílet
Vložit
  • čas přidán 27. 07. 2024
  • 🔴 PW Skills got your back with 50% off on their skill Courses! Use my Code “RD2000” for an additional 2000 rs off.
    Course Link: physicswallah.onelink.me/ZAZB...
    Website Link bit.ly/PWskillls
    App link: bit.ly/download_PWAppNow
    Check Out these PW course for
    Full Stack Data Science Pro: physicswallah.onelink.me/ZAZB...
    Full stack web development: physicswallah.onelink.me/ZAZB...
    Full stack Data Analytics physicswallah.onelink.me/ZAZB...
    Full stack data engineering: physicswallah.onelink.me/ZAZB...
    🔴 Connect with me on Instagram - / code.blooded.voyager
    🔴 How I prepared for Google Coding Interview? : • How I cracked Google's...
    🔴 How I revise DSA problems? : • How to revise DSA for ...
    🔴 Complete DSA Syllabus for cracking Product Based Companies : • How to start DSA from ...
    🔴 Join My Telegram Channel for Placement Updates - telegram.me/riddhi_dutta
    🔴 Connect with me on LinkedIn - / riddhi-dutta
    🔴 Connect with me on Twitter - / rite2riddhi
    🔴 Complete Java Developer roadmap - • How to Master Java A-Z...
    🔴 My Low Level Design Preparation Strategy : • How to prepare Low Lev...
    🔴Graph Placement Series From Scratch - • Graphs - The Ultimate ...
    🔴 Low Level Design and Design Pattern Series - • Low Level Design & Des...
    🔴 My Company Review Series - • How to Crack Atlassian...
    🔴 Link to my TopicWise SDE Sheets Playlist : • Trees SDE Coding Probl...
    #dsa #googlesde #dsalgo #java #python #faang #java #javatutorial
  • Věda a technologie

Komentáře • 13

  • @Codeitt
    @Codeitt Před 8 měsíci +7

    Sir can you make tutorials on spring boot development ?

  • @jaysalunke5078
    @jaysalunke5078 Před 3 měsíci

    That was such good explanation in 12min. 👏

  • @whereiskhalid
    @whereiskhalid Před 4 měsíci

    Seems to be the awesome and easy to grasp the concept.
    appreciated!

  • @purushottamkute7485
    @purushottamkute7485 Před 8 měsíci

    as always great tutorial I hope you'll come up with more tutorials

  • @hk_creations
    @hk_creations Před 8 měsíci +1

    Make more such tutorial videos bhaiya

  • @mesmerizeart663
    @mesmerizeart663 Před 7 měsíci

    when you create a String object using String literal it creates objects inside SCP(String constant pool),when you create String object with new Keyword it create objects in two places of Heap area one in String constant pool and another in Heap.Hear a confusion is what is SCP ,it is a specific area which is available inside Heap memory.String immutable means if you suppose pass a String literal "PHP" which reference is p1 it create String object inside SCP reference by variable p1.But you further pass "JAVA" with reference variable p1 now the twist is the p1 reference variable refere to only "JAVA"(new object created not modifying the previous object) not to "PHP" mens here "PHP" is explicitly un_referenced but implicitly refere by JVM .

  • @Anilkumar-reddy
    @Anilkumar-reddy Před 8 měsíci

    Finally,u back Riddhi, Please continue Java series

  • @zainulabdin8822
    @zainulabdin8822 Před 8 měsíci

    Bhai you are making top content please keep doing it

  • @yuvhrajverma9665
    @yuvhrajverma9665 Před 8 měsíci

    Sir loved ur lld playlist are u planning to continue that playlist, I think it would be best in market the way u explain concept step by step are amazing

  • @KishanSenLaskar
    @KishanSenLaskar Před 8 měsíci

    Hi @riddhi, your videos on lambda, concurrency and collections were very good. can you make the advanced topics from concurrency, generics and streams.

  • @mesmerizeart663
    @mesmerizeart663 Před 7 měsíci

    SCP-String constant pool not String common pool.

  • @subho5301
    @subho5301 Před 8 měsíci

    Dada tomar English speaking eto strong holo ki kore ami 1st year Bengali med er student bhoi kore English e ki kore nijer English speaking strong korbo ektu guide Koro

  • @austinscott4695
    @austinscott4695 Před 8 měsíci

    Hi, do you think that DSA will stop being asked in future technical interviews?