#17 - How HashTable works Internally? HashTable vs HashMap in Java - By Naveen AutomationLabs

Поділитися
Вставка
  • Опубліковано 18 жов 2024
  • In this video, I have explained How HashTable works Internally? HashTable vs HashMap in Java.
    It's a very popular interview question in Java if you are going for Java, SDET, Automation profiles.
    Full Java Collection Playlist:
    • Latest Java Collection...
    ~~~Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:
    www.youtube.co...
    Follow me on my Facebook Page:
    / naveenqtpexpert
    Let's join our Automation community for some amazing knowledge sharing and group discussion on Telegram:
    t.me/joinchat/...
    Paid courses (Recorded) videos:
    naveenautomati...
    For Java & Selenium - naveenautomatio...
    For API (Manual + Automation) - naveenautomatio...

КОМЕНТАРІ • 82

  • @kavinithees2696
    @kavinithees2696 3 роки тому +16

    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 👍

  • @shashankjain9704
    @shashankjain9704 2 роки тому +2

    Thank you so much for this video. I was studying this topic for many days. Now, finally the internal working got cleared.

  • @kumarnavit9355
    @kumarnavit9355 3 роки тому +1

    Best of all the explanations available over youtube

  • @varunbe09
    @varunbe09 2 роки тому +1

    Very well explained .
    Today I attended interview for amazon austin location senior software engineer, and they asked me this question.

  • @dushyag3303
    @dushyag3303 3 роки тому +1

    Clear explanation.. looked at several sites never understand this clearly Thank you 🙏

  • @arvindhr.a2315
    @arvindhr.a2315 3 роки тому +2

    First time watching a video with such an explanation, Excellently explained sir ! Thanks Much.

  • @amitbhattacharya356
    @amitbhattacharya356 3 роки тому +2

    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.

  • @seekersofwisdom85
    @seekersofwisdom85 2 роки тому +1

    Its a very good video. I was searching for a good one. Finally. Thanks Man.

  • @KavithaKukatla
    @KavithaKukatla 10 місяців тому +1

    Wonderful explanation..Thank you so much. Please provide more video's which will be very helpful

  • @sagar1691
    @sagar1691 Рік тому +1

    Brilliant , Wish every technical topic in any stream have these kind of videos to explain in details...
    Looking forward to more videos like these.

  • @learningisgrowinglig
    @learningisgrowinglig 2 роки тому +2

    The main thing to explain here was how hashset avoids null keys and how it is synchronized. Other than that it was good

  • @akshaysharma2841
    @akshaysharma2841 3 роки тому +3

    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.

  • @testinginsights-muktasharma
    @testinginsights-muktasharma 3 роки тому

    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!

  • @navdeepupadhyay5984
    @navdeepupadhyay5984 3 роки тому +1

    Thanks, Naveen for the deep explanation.

  • @moulikavankam
    @moulikavankam Рік тому

    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.

  • @letmehink166
    @letmehink166 3 роки тому +1

    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

  • @socialmedia434
    @socialmedia434 3 роки тому +1

    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?

  • @krishanuchakraborty3500
    @krishanuchakraborty3500 4 роки тому +2

    I don't understand why these beautiful videos of yours are not gaining traction as much as your Whiteboard or Selenium series...

    • @naveenautomationlabs
      @naveenautomationlabs  4 роки тому +15

      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.

    • @pratikjain1937
      @pratikjain1937 4 роки тому +1

      Nice explained...

    • @krishanuchakraborty3500
      @krishanuchakraborty3500 4 роки тому +1

      @@naveenautomationlabs Thanks for your reply, yes I am sure they will gain traction, quality content always does👍🙏

    • @naveenautomationlabs
      @naveenautomationlabs  4 роки тому +1

      @@pratikjain1937 Thank you...:)

    • @naveenautomationlabs
      @naveenautomationlabs  4 роки тому +1

      @@krishanuchakraborty3500 Thanks for your words. Keep sharing these videos in your network.

  • @PrakashPradhan-lo4cv
    @PrakashPradhan-lo4cv Рік тому +1

    wonderful explanation👌👌

  • @syedjami4033
    @syedjami4033 3 роки тому +1

    best explanation on the internet

  • @shruthishru3553
    @shruthishru3553 2 роки тому

    wonderfully explained..thanks a lot :)

  • @shriramnirmal5535
    @shriramnirmal5535 3 роки тому +1

    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

  • @vinaysharma530
    @vinaysharma530 3 роки тому +1

    Okay sir thank you
    Your explanation is very good👌

  • @bishalkumarmohanty3782
    @bishalkumarmohanty3782 3 роки тому

    Important for Interview..Exceptional

  • @xoda345
    @xoda345 2 роки тому

    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?

  • @EternalTwilight29
    @EternalTwilight29 3 роки тому +1

    Hi Naveen, do we have threshold value restriction in HashTable also like hashMap ?

  • @karthickg9931
    @karthickg9931 2 роки тому

    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 :-)

  • @velanc902
    @velanc902 4 роки тому +1

    Nice one Naveen.Thanks for this video. Waiting for more :).

    • @naveenautomationlabs
      @naveenautomationlabs  4 роки тому +3

      more videos will be there. I'll make you guys perfect in Java Collections.

  • @ahmadreza7508
    @ahmadreza7508 2 роки тому

    Thank you so much for this video

  • @ajitbombe5168
    @ajitbombe5168 3 роки тому +1

    Perfect explanation !
    thank you :)

  • @ramyaraja9411
    @ramyaraja9411 4 роки тому +1

    Thanks for this video Naveen.. Well explained..

  • @vinayakthorat7231
    @vinayakthorat7231 3 роки тому +1

    Thanks Naveen!

  • @afrozalam9857
    @afrozalam9857 2 роки тому

    Hi Naveen, In case of internal implementation of Hashtable and HashMap, is there any difference?

  • @praveenkumaer4502
    @praveenkumaer4502 2 роки тому

    Excellent explanation

  • @sn2dk1
    @sn2dk1 3 роки тому +1

    Thank you so much

  • @shashankvishwakarma959
    @shashankvishwakarma959 2 роки тому

    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 !!

  • @adityaanand7783
    @adityaanand7783 Місяць тому

    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.

  • @shaleensudhakar8383
    @shaleensudhakar8383 3 роки тому

    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.

  • @jyotikoli6006
    @jyotikoli6006 4 роки тому

    Sir hashtable and hashMap both create a linked list internally if there is any collision... So both work same???

  • @rajeshyadav-cw6vc
    @rajeshyadav-cw6vc Рік тому

    Thank you sir👌🙏

  • @subhashreesahoo2233
    @subhashreesahoo2233 4 роки тому +1

    Thanks... So important..

  • @blessyRelatable
    @blessyRelatable 9 місяців тому +1

    Thanks

  • @gauravvarma6483
    @gauravvarma6483 4 роки тому

    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?

    • @naveenautomationlabs
      @naveenautomationlabs  4 роки тому +1

      Duplicate keys won't be accepted. It will take the latest value as 20 on key = india.

    • @gauravvarma6483
      @gauravvarma6483 4 роки тому

      @@naveenautomationlabs got it. Thank you so much

  • @rsundar81
    @rsundar81 3 роки тому

    Good Explaination.. Keep going..

  • @yadneshtakalkar275
    @yadneshtakalkar275 3 роки тому

    beautifully explained

  • @joshbenjamin1100
    @joshbenjamin1100 Рік тому

    I'm not able to see the hash code in intelliJ the way you find it (I think you're in Eclipse); any pointers?

  • @DurgaShiva7574
    @DurgaShiva7574 3 роки тому +1

    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

  • @socialmedia434
    @socialmedia434 3 роки тому

    Hi Naveen @Naveen AutomationLabs
    can two different keys have the same hashcode. What happends in this case. Kindly explain. Thank you

    • @naveenautomationlabs
      @naveenautomationlabs  3 роки тому

      Yes it can have the same hashcode for two different keys or objects. It will calculate same index and collision will happen.

    • @socialmedia434
      @socialmedia434 3 роки тому

      @@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

  • @bogastocksstocks8366
    @bogastocksstocks8366 Рік тому

    Can you explain same for ConcurretHashMap and SynchronizedMap.
    thanks in advance.

  • @RakhiDhavale
    @RakhiDhavale 2 роки тому

    well explained

  • @akashsingsarva7110
    @akashsingsarva7110 3 роки тому

    Nice work bro.

  • @pratapjavasingh3239
    @pratapjavasingh3239 3 роки тому

    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

  • @nikhiltiwari975
    @nikhiltiwari975 4 роки тому +1

    good one , sir :)

  • @pratapjavasingh3239
    @pratapjavasingh3239 3 роки тому

    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

  • @bisht173
    @bisht173 Рік тому

    What about equals method in case of collision..

  • @rithup2420
    @rithup2420 3 роки тому

    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

  • @akki7949
    @akki7949 3 роки тому

    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

  • @rahulbotcha9456
    @rahulbotcha9456 3 роки тому

    how did you put naveen key in the 4 index

  • @VikasSharma-hm6xt
    @VikasSharma-hm6xt Рік тому

    what is the type of that array segment?

  • @pratapjavasingh3239
    @pratapjavasingh3239 3 роки тому

    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

  • @conred1401
    @conred1401 4 роки тому +1

    🔥🔥

  • @akki7949
    @akki7949 3 роки тому

    It wont store hashcode like it is done in hashMap??

  • @kumarjadhav6106
    @kumarjadhav6106 2 роки тому

    How to resolve hash collision..