String In Java | String Advanced Concepts | What Is Heap Memory And String Constant Pool (SCP)
• String In Java | String Advanced Concepts ...
follow me on:
Facebook: / pawans.nair.7
Instagram: / pawan_s_nair
Twitter: / pawannair
Linked in: / pawan-nair-669860168
In This video, we will discuss why string is immutable
Immutable means which can't be changed, In the same way in java when we create an object of string class we can't change the content of the object even if we perform concat operation on the string reference variable.
When we use any string reference variable we perform concat operation we actually create a new object at run time and all these objects that are created at run time will be in heap memory.
But still, the reference variable that was created earlier is pointing to the previous object and the new object is not having any reference,
so even if we perform any kind of operation in string object it will create a new object at runtime. If we use the same reference variable still the object remains the same unchanged.
In questa pagina del sito puoi guardare il video online Why String Is Immutable In Java | String Immutable Concept In Java | String Concept In Java della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Pawan S Nair 26 luglio 2020, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 6,793 volte e gli è piaciuto 128 spettatori. Buona visione!