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.
На этой странице сайта вы можете посмотреть видео онлайн Why String Is Immutable In Java | String Immutable Concept In Java | String Concept In Java длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Pawan S Nair 26 Июль 2020, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 6,793 раз и оно понравилось 128 зрителям. Приятного просмотра!