#35 Mutable vs Immutable String in Java

#35 Mutable vs Immutable String in Java

Telusko

2 года назад

177,704 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@heycreatives
@heycreatives - 21.01.2023 10:13

Good series for making total java tutorial. it's very easy revise total java concepts.. Awesome Explanation Navin sir...

Ответить
@dineshsm3823
@dineshsm3823 - 27.01.2023 10:20

Such a great lecture. One small mislead observed in the last min of the video is that you referred string buffer and string builder to immutable string. Actually its for mutable string.

Ответить
@muralikrishna2607
@muralikrishna2607 - 16.02.2023 13:22

Great video sir...At the end by mistake you said that the string buffer and string builder classes can be used for creating Immutable string.

Ответить
@vigneshk5193
@vigneshk5193 - 08.05.2023 07:34

Good teaching Sir. I'm very thankful for java course. It is very useful to me. And i get more interested to listen your class. And please continue teaching like this. 😊
My humble request to you that to teach Data science, Artificial intelligence courses

Ответить
@kamranalam2002
@kamranalam2002 - 18.06.2023 19:12

Hello.
You literally cleared my confusion regarding the concepts of immutable and mutable strings.
But after seeing the full video my only question is what will be case for "hello" that you printed with the name variable? Will the heap memory also create a new object for "hello"?

Ответить
@duastech1532
@duastech1532 - 10.07.2023 00:00

Underrated channel 😢

Ответить
@HypRGK
@HypRGK - 08.09.2023 11:27

wow this was so easy to understand , thank you sir for such an easy explanation

Ответить
@AnuragRawat01
@AnuragRawat01 - 15.09.2023 19:57

Fantastic sirji ❤️

Ответить
@gowrigandikota8521
@gowrigandikota8521 - 16.09.2023 21:13

Can mutable string be created with "new String()" ?

Ответить
@NM_Krishna
@NM_Krishna - 03.10.2023 20:36

waaaoooooooo sir you are the best ever

Ответить
@harishraj-zm5hh
@harishraj-zm5hh - 23.11.2023 20:14

String s1="Navin";
String s2="Navin";
s.o.p(s1==s2);
this above example gives true as its output as u explained.

but y we r getting false output with case of using new keyword for creating a string
String s1=new String("Navin");
String s2=new String("Navin");
s.o.p(s1==s2);
now the out put is false.

pls sir explain this

Ответить
@krishnapatel-ys7nk
@krishnapatel-ys7nk - 28.12.2023 13:53

The way he is explaining everything in detail is ❤️...my mind is blessed with such an amazing amount of knowledge...thank you sir

Ответить
@yogithacirigiri4882
@yogithacirigiri4882 - 09.04.2024 13:19

how are you able to compile and run without typing

Ответить
@puruagni1927
@puruagni1927 - 28.04.2024 15:09

Why are you not updating VS Code? Please update VS Code.

Ответить
@poojaladda6367
@poojaladda6367 - 02.08.2024 18:10

Beautiful explanation👏

Ответить
@RockyManna-ef4xl
@RockyManna-ef4xl - 20.09.2024 07:26

you are god of java

Ответить
@gowthamchandran6213
@gowthamchandran6213 - 01.11.2024 13:26

why strings are immutable?

Ответить
@-RATHNESH
@-RATHNESH - 21.11.2024 23:52

string buffer and string buider are mutable

👍🏻

Ответить
@ragibgulzar
@ragibgulzar - 01.01.2025 07:19

This has to be the best explanation for this topic, Appreciate your teaching style 👏

Ответить
@MasangaJoeltembei
@MasangaJoeltembei - 22.02.2025 04:36

Sir please come teach programming in Africa

Ответить