How substring method works internally ? | popular java interview questions | java.lang.string

preview_player
Показать описание
In this video, we will cover How substring method works internally and along with that, we will have a code comparison of java 6 and java 7 (8) to find out what changes are made to substring method in the latest version of java.

In java6 substring method has memory leak issue and which is fixed in java 7 with a new string class constructor.

"How substring method works” is one of the most important questions for java interview. As there is some modification done in the substring method in java 7 it makes it popular for the below category.

java 2 years experienced interview questions
java 3 years experience interview questions

get the basic idea with java substring method with the below video :

Stay tuned and like my Facebook page for more.

Music :
-----------
credits : -
1)
Creative Commons — Attribution 3.0 Unported— CC BY 3.0

-----

intro template :
Рекомендации по теме
Комментарии
Автор

Hi guys, The below link will redirect you to the substring method basic introduction video.

SeleniumExpress
Автор

So much learning from your videos. Please continue to post more in-depth java videos...

suseesenthil
Автор

I have don't enough word to appreciate ur way of explanation really outstanding please upload the how to create the custome collection in Hashmap and linked Hashmap and array standard way bcz every collection way of creations little different so give u the better approach

pratapjavasingh
Автор

Thank you so much ! That’s really helpful! You are the only person in YouTube who makes these helpful videos

Adam-gpij
Автор

lots of knowledge in every single video bro. I don't want to miss any video of yours regarding Java.I'm going through all your videos. Thank you sooo much :):):)

kiranmapakshi
Автор

I am ur new subscriber...what an indepth knowledge you have and u share it so well.... thank you so much....love ur explanations...from last 2 days i invested lot of time watching ur videos on java

yogeshchaudhari
Автор

great explanation, I am getting good knowledge because of your videos, please post this type of videos, Thanks a lot.

ashokmandadi
Автор

Hello bro.. i am very much interested in these sort of internal working fundamentals and you know few people on YouTube are able to give the teachings of internal.. you are one of them .. keep it up... Come up with challenging interview questions and also clear our understanding of java internals.

utkarshgupta
Автор

I love the way you teach. Thanks for your efforts.

priyankasingh
Автор

I love the way you teaching also your smiling:)

ShuyanStoryTeller
Автор

i dont have enough words to appreciate your teaching

rickypatel
Автор

i hope if you make some videos about memory leaks i think it will be impressive

ziadahmed
Автор

Realy good explanation, loved the session..Thank you

ranibiradar
Автор

The way you are explaining things is awesome... Please upload more videos asap... One question : Where is the string constant pool located in memory?

vaibhavgondralwar
Автор

Hi bro, why abstract class still available in Java 8. From Java 8 ther is no much difference b/w abstract nd interface. Please explain

prashanthdhn
Автор

i subscribed your channel bcoz of good explanation

DK-hzkh
Автор

good explanation. I am eagerly waiting more and more videos from you...

surajchennoju
Автор

Thanks for great tutorial, I have one question in the last example whether this string objects created in heap memory or string constant pool.

vijayroy
Автор

hi
I am your new subscribe.
the way of your teaching is very nice.

prafulnerkar
Автор

You mean to say a String is internally an object having class variables as value char array, offset and count?

ashokyadav-zvex