Java Strings Explained: Understanding String Data Types, Heap Storage, and String Pool
HTML-код
- Опубликовано: 8 фев 2025
- 🟡 Get 1 to 1 coaching with me: topmate.io/eng...
🟡 Donate: razorpay.me/@e...
🟡 Perks: www.youtube.co...
🔴 Discord: discord.oia.bi...
🔴 Instagram: insta.oia.bio/...
🔴 Twitter: x.openinapp.co...
🔴 LinkedIn: linkedin.oia.b...
🔴 Website: engineeringdig...
🟢 Description:
I do code in java without even knowing the internals and basics. this is by far the best java series I have ever seen. Please continue this!
Thanks and sure
me too bro switched a company and now it's java
This channel is completely underrated...
Thank you sir for your valuable contents...
keep uploading...💯
best java playlist on whole youTube!!
thank you so much sir
sir i started learning java from u please continue upload java videos on this playlist
Please can you make a detailed video on StringBuilder and StringBuffer?
Sir can you please make a small series about Basics of operating system because no 1 teaches like you you are awesome.
Thank you sir ❤❤
String X="Ram"--> points to String pool
String a=new String("Ram");--> points to location of "Ram" in heap
String b=new String(X); --> points to location of "Ram" in heap
then a==b should be true right cause it compares the addresses?
please reply Sir
when you create a String object using the new keyword in Java, it always allocates a new memory location, even if the string content is identical.
No basically using new keyword we're making instance of a class(object) and every time it will allocate a new memory location even the literal is identical.
False
Understood!
8:00
12:00 explanation of string
Thankyou
Excellent sir
Many many thanks
bhai Reflections pe video bana skte ho? jaroorat hai
Please help what should I choose cse in college(thapar) or ece(or any other branch if you can suggest) in good college(PEC/NITs)?? And I am from Patiala😢
Bhaiya array string ke interview program krva do
Yesss
Bhai jldi jldi videos daliye
Yes a sir
you forgot, why string are immutable in java??
Did I ?
Bro need in english