I have been learning Java for so long but the concept of string was not clear...But after this video I am able to understand the difference between string literal and string object..Thank you for sharing your knowledge in such a easy way
how is it even possible to learn Java for a long time and not to understand the difference between literal and object? how long do you learn java? :). just curious
The most easiest and detailed explanation of Strings I must say. This video of your's Harshal have cleared all my doubts regarding String and its memory allocation. It would be very helpful if you can explain with examples for the scenarios when to declare string with literals and when with new keyword.
Which book you refered sir for this topic...when you create string s5="Java" it store in constant pool area ,it will not refence with the new key object bcz it will stored in nonconstant pool area
What about the corner case if you make a new string s6, String s6 = new String("hello"), would that be made only in the heap space and ignored in the SCP?
Good Explanation, But Looks Wrong. Checked through many sites and ChatGPT , none of those agrees that the String Created with New Operator Creates 2 Objects. Pls attach source of Knowledge. (Just asking for Clarity of Concept) . Edit : Found some references that supports 2 Objects creation with New operator . Confused Now
I have been learning Java for so long but the concept of string was not clear...But after this video I am able to understand the difference between string literal and string object..Thank you for sharing your knowledge in such a easy way
Glad to hear that
how is it even possible to learn Java for a long time and not to understand the difference between literal and object? how long do you learn java? :). just curious
After watching your video i am able to understand the concept of string. Thanks for your valuable content.
Very clear . You should make further more videos. Teaching style is really good ❤
The most easiest and detailed explanation of Strings I must say. This video of your's Harshal have cleared all my doubts regarding String and its memory allocation. It would be very helpful if you can explain with examples for the scenarios when to declare string with literals and when with new keyword.
My pleasure, Sure, I will try to covet in next videos. Thanks for watching
For sure this is the best and clear video that explain this in detail, congrats!!!!
After eternity..... something good for SDET community is your channel. I hope your concept will be helping us to land a dream sdet job😊
Glad to hear! Thanks.
I have seen many videos but this video has very clear explanation. Thank you!
Thank you so much! Took me a while to understand the constant pool. This helps a lot!
Best video on String memory allocation. Thank you for this bhaiya.
Always welcome!
Really helpful to clear all String related concepts
The way you are teaching , it really great. So please create java tutorial series.
best explanation I 'have ever seen on java strings !!! pls bring more such videos'
Superb explaination ...under rated video
perfect explanation about String memory Allocation!!!
Thanks! Wonderfully explained😍👍👍👍👍
this is the best video ~!! thanks for the clear explanation
really good video. upload more stuff, looking forward to it.
Love From Phaltan. Keep Posting videos
Thanks Saurabh
I am never going to forget the String memory allocation now :)
great video. short and well explained.
Wow, Very good explanation. Thankyou so much.
Great Explanation sir!!!
very good, congratulations !!!!
Great explanation my friend - thank you!
Great explanation 👌👌👌
Thank you. Well exaplained.💔
Great video! Thanks
great explanation! Thank you. Could you please explain String.intern() method...
Very good👍👍👍
well explained
Do not underestimate the power of minimal subscriber channel
Which book you refered sir for this topic...when you create string s5="Java" it store in constant pool area ,it will not refence with the new key object bcz it will stored in nonconstant pool area
thank you for this video! that's helped me a lot
What about the corner case if you make a new string s6, String s6 = new String("hello"), would that be made only in the heap space and ignored in the SCP?
very useful thank you.
very useful content on concept with visualization, bhai please make videos on binary tree searching , linkedlist also..
really helpful, thank you
Thanks Sir
Good content video with nice explanation 👍
Thanks for watching
So Clear
best example
nice
Respect ++ !
Sir when next videos on String will be coming ?
very soon, in two days.
thanku
Good Explanation, But Looks Wrong.
Checked through many sites and ChatGPT , none of those agrees that the String Created with New Operator Creates 2 Objects.
Pls attach source of Knowledge. (Just asking for Clarity of Concept) .
Edit : Found some references that supports 2 Objects creation with New operator .
Confused Now
👍
Thank You So much sir, Keep it up
well explained