Комментарии:
Good series for making total java tutorial. it's very easy revise total java concepts.. Awesome Explanation Navin sir...
Ответить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.
Ответить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.
Ответить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
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"?
Underrated channel 😢
Ответитьwow this was so easy to understand , thank you sir for such an easy explanation
ОтветитьFantastic sirji ❤️
ОтветитьCan mutable string be created with "new String()" ?
Ответитьwaaaoooooooo sir you are the best ever
Ответить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
The way he is explaining everything in detail is ❤️...my mind is blessed with such an amazing amount of knowledge...thank you sir
Ответитьhow are you able to compile and run without typing
ОтветитьWhy are you not updating VS Code? Please update VS Code.
ОтветитьBeautiful explanation👏
Ответитьyou are god of java
Ответитьwhy strings are immutable?
Ответитьstring buffer and string buider are mutable
👍🏻
This has to be the best explanation for this topic, Appreciate your teaching style 👏
ОтветитьSir please come teach programming in Africa
Ответить