World's best explanation 👌💯 highlight is you have explained with the debugger mode no one will explain like this. While I'm writing the codes and debugging expanded the hashtable there is an lot of nulls available but now I got to know thes reason. Thanks for your explanation 👍
Flawless explanation. Thanks for this video, I liked the way how you have shown with debugger mode on. I am lucky that youtube has suggested me this video.
Hi Naveen, Can 2 keys have the same Hashcode? When they have the same index collision occurs. What happens when they have the same Hashcode. also @18:58 when you said peter and Naveen have same Hashcode did u mean they have same index?
Most of the people want to learn just Selenium, but not actual programming concepts. That's ok, these videos will always be there for you guys to learn. It will get traction eventually.
great video. I watched your video on internal working of hastable as well . Seeing the video above, is it safe to say that internally both hashtable and hashmap work similarly with regards to collision as the data entry depends on the hashcode generated and the index being calculated? Would appreciate if you can clear my doubt.
Very helpful video, I have a small confusion , can hash code be same for two different key values , because even in collision while using get method on same index the hash codes seems different , I am bit confused with the same hash code problem , can you please clarify it
Hi, can you please check the links in the description box? Looks like those are not working. Please let me know once you update it. I am more interested in knowing api(manual&automation)link please. Thank you!
Great videos..In the interviews for the testing automation profile, will they also ask to write the code to show internal working of hashtable or hashmap, or just the concept explaination? Pls reply
Hi Naveen, Your videos are too good even for beginners. I have a doubt. In get method, will it use hashcode method or equals method to validate the key? Please clarify.
i have a doubt here while performing get operation, for get("Naveen") we only comapre 'hashValue' or only comapre 'key' ... and .equals is applicable in which scenario ie: for hashValue or for key ... thanks in advance !!
I have one doubt while doing get will this only do the matching on hashcode or it will apply equals method on key so that it will give us the actual key. Why this doubt is bcz if it will compare only hashcode then let's say on the same index there are some node which is having same hashcode then it will give us wrong value. Plz let me know if my understanding is wrong.
One more doubt is related to the fail safe fail fast when my implementation collection classes like hashmap not threads safe then we caught the concurrent modification but if u are taking vector then it's threads safe again we caught the same exception when are performing read and write operation both at a time why
HI Naveen, Once the threshold is reached the linked list of Hashmap will be converted in to balanced binary tree similarly in Hashtable what is the threshold value and will it change to binary tree here as well, once the threshold is reached? Please clarify on this part. Thanks in advance :-)
Hi Naveen, between 18.03 to 18.12 you said that in case of collision, hashCode is same but there is no guarantee that it will be same. It can be same or different. Instead of hashCode shouldn't it be index like index should be same during collision?
From Java 8 prospective there is change in the working of hash collision. in worst case scenario if all keys generating same hash code then the performance is decreased from O(1) to O(n). to solve this Java 8 replaces linked list(storing same hashcode keys) to binary tree when certain threshold increases.
I have one doubt regarding the garabage collectors respect to the Hashmap so if u taking the weak Hashmap and ur reference variable as a null then garbage eligible for destroying the object as a null refrence but in same case if u taking hashmap then ur unrefrence object not eligible to garabage so here my question is that's why not dominated to respect to the Hashmap same as weakhashmap object
this is a very nice video..but please explain is there any difference in HashMap and Hashtable classes apart from versions of java in which they were included(as the internal working of both of them seems to be same) ..if yes..please explain...also please tell WHY Hashtable doesn't allow even 1 null key (or value as well),, whereas the hashmap does...????...can anybody please answer to these questions...thanks in advance
I have a question here, we have inserted naveen first and then Peter. So in debug mode I see Peter is inserted first and then naveen is inserted after Peter. How is this possible and explanation pls
@@naveenautomationlabs Thanks Naveen. Also does the get() method use both hashcode() and equals(key) method to look for the key? or just equals() method to search for the key? Thank you
Thanks a lot, Naveen Awesome explanation. I have one doubt. Suppose index 4 has ("India",10) and next time we are trying to add ("India",20) now the same hashcode and the same index will be generated so there is collission. Since it doesn't allow duplicate "India" will have which value 10 or 20? are we using equals() here?
One more doubt same as Hashmap why only one as null key and multiple null value alloweded and this kind of features not available in hashtable and it's possible then explained by use cases
It working is same like hashmap. Only difference I found that number of bucket in hashmap is 16 and in hashtable is 11. And formula to calculate index is different.. this is the only difference? Pls reply
World's best explanation 👌💯 highlight is you have explained with the debugger mode no one will explain like this. While I'm writing the codes and debugging expanded the hashtable there is an lot of nulls available but now I got to know thes reason. Thanks for your explanation 👍
Glad that you liked it 🙂
Thank you so much for this video. I was studying this topic for many days. Now, finally the internal working got cleared.
Best of all the explanations available over youtube
Clear explanation.. looked at several sites never understand this clearly Thank you 🙏
First time watching a video with such an explanation, Excellently explained sir ! Thanks Much.
Very well explained .
Today I attended interview for amazon austin location senior software engineer, and they asked me this question.
Flawless explanation. Thanks for this video, I liked the way how you have shown with debugger mode on. I am lucky that youtube has suggested me this video.
Its a very good video. I was searching for a good one. Finally. Thanks Man.
Nice video sir and your explanation is awesome I haven't seen this type of explanation 😀
Wonderful explanation..Thank you so much. Please provide more video's which will be very helpful
Brilliant , Wish every technical topic in any stream have these kind of videos to explain in details...
Looking forward to more videos like these.
Glad you liked it
The main thing to explain here was how hashset avoids null keys and how it is synchronized. Other than that it was good
best explanation on the internet
Hi Naveen, Can 2 keys have the same Hashcode? When they have the same index collision occurs. What happens when they have the same Hashcode. also @18:58 when you said peter and Naveen have same Hashcode did u mean they have same index?
Thanks, Naveen for the deep explanation.
wonderfully explained..thanks a lot :)
wonderful explanation👌👌
Okay sir thank you
Your explanation is very good👌
very nice explanation sir with practical
I don't understand why these beautiful videos of yours are not gaining traction as much as your Whiteboard or Selenium series...
Most of the people want to learn just Selenium, but not actual programming concepts. That's ok, these videos will always be there for you guys to learn. It will get traction eventually.
Nice explained...
@@naveenautomationlabs Thanks for your reply, yes I am sure they will gain traction, quality content always does👍🙏
@@pratikjain1937 Thank you...:)
@@krishanuchakraborty3500 Thanks for your words. Keep sharing these videos in your network.
Important for Interview..Exceptional
great video. I watched your video on internal working of hastable as well . Seeing the video above, is it safe to say that internally both hashtable and hashmap work similarly with regards to collision as the data entry depends on the hashcode generated and the index being calculated? Would appreciate if you can clear my doubt.
Nice one Naveen.Thanks for this video. Waiting for more :).
more videos will be there. I'll make you guys perfect in Java Collections.
Thanks for this video Naveen.. Well explained..
My pleasure
Perfect explanation !
thank you :)
Thank you so much for this video
Excellent explanation
Thanks Naveen!
Very helpful video, I have a small confusion , can hash code be same for two different key values , because even in collision while using get method on same index the hash codes seems different , I am bit confused with the same hash code problem , can you please clarify it
Hi Naveen, do we have threshold value restriction in HashTable also like hashMap ?
Hi, can you please check the links in the description box? Looks like those are not working. Please let me know once you update it. I am more interested in knowing api(manual&automation)link please. Thank you!
Great videos..In the interviews for the testing automation profile, will they also ask to write the code to show internal working of hashtable or hashmap, or just the concept explaination? Pls reply
Hi Naveen,
Your videos are too good even for beginners. I have a doubt.
In get method, will it use hashcode method or equals method to validate the key? Please clarify.
Thank you sir👌🙏
i have a doubt here while performing get operation, for get("Naveen") we only comapre 'hashValue' or only comapre 'key' ... and .equals is applicable in which scenario ie: for hashValue or for key ... thanks in advance !!
Thanks... So important..
Glad that you liked it.
I have one doubt while doing get will this only do the matching on hashcode or it will apply equals method on key so that it will give us the actual key. Why this doubt is bcz if it will compare only hashcode then let's say on the same index there are some node which is having same hashcode then it will give us wrong value.
Plz let me know if my understanding is wrong.
Good Explaination.. Keep going..
I'm not able to see the hash code in intelliJ the way you find it (I think you're in Eclipse); any pointers?
Thank you so much
One more doubt is related to the fail safe fail fast when my implementation collection classes like hashmap not threads safe then we caught the concurrent modification but if u are taking vector then it's threads safe again we caught the same exception when are performing read and write operation both at a time why
HI Naveen, Once the threshold is reached the linked list of Hashmap will be converted in to balanced binary tree similarly in Hashtable what is the threshold value and will it change to binary tree here as well, once the threshold is reached? Please clarify on this part. Thanks in advance :-)
Hi Naveen, between 18.03 to 18.12 you said that in case of collision, hashCode is same but there is no guarantee that it will be same. It can be same or different. Instead of hashCode shouldn't it be index like index should be same during collision?
From Java 8 prospective there is change in the working of hash collision. in worst case scenario if all keys generating same hash code then the performance is decreased from O(1) to O(n). to solve this Java 8 replaces linked list(storing same hashcode keys) to binary tree when certain threshold increases.
Hi Naveen, In case of internal implementation of Hashtable and HashMap, is there any difference?
Sir hashtable and hashMap both create a linked list internally if there is any collision... So both work same???
What about equals method in case of collision..
beautifully explained
Can you explain same for ConcurretHashMap and SynchronizedMap.
thanks in advance.
Nice work bro.
I have one doubt regarding the garabage collectors respect to the Hashmap so if u taking the weak Hashmap and ur reference variable as a null then garbage eligible for destroying the object as a null refrence but in same case if u taking hashmap then ur unrefrence object not eligible to garabage so here my question is that's why not dominated to respect to the Hashmap same as weakhashmap object
what is the type of that array segment?
how did you put naveen key in the 4 index
this is a very nice video..but please explain is there any difference in HashMap and Hashtable classes apart from versions of java in which they were included(as the internal working of both of them seems to be same) ..if yes..please explain...also please tell WHY Hashtable doesn't allow even 1 null key (or value as well),, whereas the hashmap does...????...can anybody please answer to these questions...thanks in advance
Refer this video: ua-cam.com/video/SXfsBDTodpY/v-deo.html
I have a question here, we have inserted naveen first and then Peter. So in debug mode I see Peter is inserted first and then naveen is inserted after Peter. How is this possible and explanation pls
Hi Naveen @Naveen AutomationLabs
can two different keys have the same hashcode. What happends in this case. Kindly explain. Thank you
Yes it can have the same hashcode for two different keys or objects. It will calculate same index and collision will happen.
@@naveenautomationlabs Thanks Naveen. Also does the get() method use both hashcode() and equals(key) method to look for the key? or just equals() method to search for the key? Thank you
good one , sir :)
well explained
Thanks a lot, Naveen Awesome explanation. I have one doubt. Suppose index 4 has ("India",10) and next time we are trying to add ("India",20) now the same hashcode and the same index will be generated so there is collission. Since it doesn't allow duplicate "India" will have which value 10 or 20? are we using equals() here?
Duplicate keys won't be accepted. It will take the latest value as 20 on key = india.
@@naveenautomationlabs got it. Thank you so much
It wont store hashcode like it is done in hashMap??
Thanks
One more doubt same as Hashmap why only one as null key and multiple null value alloweded and this kind of features not available in hashtable and it's possible then explained by use cases
How to resolve hash collision..
It working is same like hashmap. Only difference I found that number of bucket in hashmap is 16 and in hashtable is 11.
And formula to calculate index is different.. this is the only difference? Pls reply
Yes you are right
@@arvindmd3280 thnxxx
🔥🔥