Concurrent Collection Interview questions and Answers for experienced and freshers | Code Decode

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024

Комментарии • 74

  • @akshayengineer2018
    @akshayengineer2018 2 года назад +7

    This is the Best video on Concurrent HashMap on whole internet. We cant find such explanation anywhere else, Thanks alot Mam 😊

  • @rituparnadeshpande3821
    @rituparnadeshpande3821 3 года назад +4

    This is the best video on CHM so far... Every video of yours are clear, to the point and well structured.. You explain very well.. This is a very dependable channel.. Thank you

    • @CodeDecode
      @CodeDecode  3 года назад

      Thanks Rituparna. This means a lot 🙂🙂👍👍. Thanks a ton 🙂

  • @sneharaghuwanshi4933
    @sneharaghuwanshi4933 Месяц назад

    thank you so much for clearing all the doubts

  • @ILuvBilli
    @ILuvBilli 2 года назад +1

    One important point you forgot to add that we can change legacy collections structure through iterator remove method.

  • @suryadoynandan9684
    @suryadoynandan9684 3 года назад +1

    Thank you so much for upolading such a useful videos...this is helping a lot to clear my logic

    • @CodeDecode
      @CodeDecode  3 года назад

      Thanks Suryadoy. 🙂🙂👍👍

  • @vickybhoir3017
    @vickybhoir3017 3 месяца назад +1

    nice explaination

  • @venkatb8317
    @venkatb8317 2 года назад +1

    Yes please make video thanks in advance

  • @hemantanahak5674
    @hemantanahak5674 2 года назад +2

    KIndly Please share the program to understand the concurrent hashmap where it is not allowed null and concurrency level program as well with bit more explanation.

    • @CodeDecode
      @CodeDecode  2 года назад

      Sure we will do that Hemanta 👍👍🙂🙂

  • @muralir6768
    @muralir6768 3 года назад +1

    Nice and expecting more videos like this

  • @madanmohanpachouly6135
    @madanmohanpachouly6135 3 года назад +1

    Clear explanation .. Thanks

  • @kumaraditya9986
    @kumaraditya9986 Год назад

    Please make a video on why null are not allowed on concurrent hashmap.

  • @yoshitamahajan353
    @yoshitamahajan353 7 месяцев назад

    is there any video for segmentation which u have made.. wanted for refernece

  • @rishiraj2548
    @rishiraj2548 2 года назад +1

    👍

  • @nagireddy1507
    @nagireddy1507 Год назад +1

    Great explanation...

  • @prinkpalsingh5028
    @prinkpalsingh5028 3 года назад +2

    Really helpful.
    Can you please make part2 of concurrent collections

    • @CodeDecode
      @CodeDecode  3 года назад

      Sure Prinkpal 👍👍🙂🙂

  • @iloradas6387
    @iloradas6387 3 года назад +2

    Great explaination but can you please explain modcount concept in a bit more detail

    • @CodeDecode
      @CodeDecode  3 года назад

      Sure llora we will do that👍👍

  • @venkataraghava3173
    @venkataraghava3173 2 года назад +1

    very nice explanation

  • @patnalajahnavi1680
    @patnalajahnavi1680 6 месяцев назад

    Can u explain reentrant lock clearly

  • @sharvarirg984
    @sharvarirg984 6 месяцев назад

    Ma'am, You have mentioned t2 can't do read or write on segment 1 at 10:50 . But at 17:00 you said read can happen anywhere, segment does not matter. I'm confused. It would a great help if you help me understand.

    • @pavithraakp2067
      @pavithraakp2067 6 месяцев назад

      Read doesn't need any lock. One thread is writing on a segment at a time another thread can read that same segment. Last update value will be returned by get() method.

  • @PradipYogi59
    @PradipYogi59 3 года назад

    Wonderful and really great video , can you please share me some good collection books . So I can refer
    And please make more video on OOPS and collection

  • @dhirajbibekar2944
    @dhirajbibekar2944 6 месяцев назад

    Please create and upload part 2

    • @CodeDecode
      @CodeDecode  6 месяцев назад

      Sure we will create one soon

  • @sandeepgattu5690
    @sandeepgattu5690 2 года назад

    Please provide the copyonwritearraylist internal working
    That will helps us more...

  • @premamalar8550
    @premamalar8550 2 года назад +1

    Mam in 13.26 timing.. In that slide t1 check the condition and t2 delete the key u said that na.... My question is t2 for delete operation is our assumption?? Is it correct mam??

  • @pvc7995
    @pvc7995 3 года назад +1

    Make some real time projects mam and how to integrate front end and back-end .. And deployment of project and bug fixing concepts pls

  • @Iam_Raam
    @Iam_Raam 3 года назад +2

    Hi, why won't we get ConcurrentModificationException if we are iterating through ForEach loop and updating map during iterating..?

    • @CodeDecode
      @CodeDecode  3 года назад

      Can you please give a snapshot of your code so that we can explain you

  • @DilaGurung
    @DilaGurung 2 года назад

    I didn't get the fact since ambiguity is not allowed so concurrent hashmap does not allow null value. But why is hashmap allowing ambiguity.

  • @dpkpk1573
    @dpkpk1573 3 года назад +1

    Nice explanation....

    • @CodeDecode
      @CodeDecode  3 года назад +1

      Thanks 🙂👍

    • @dpkpk1573
      @dpkpk1573 3 года назад +1

      @@CodeDecode if possible please also make a Video on creating Custom annotations in java....

    • @CodeDecode
      @CodeDecode  3 года назад +1

      Nice topic , yes we will create one🙂🙂👍👍

  • @shijipaul2
    @shijipaul2 3 года назад +1

    Can you please add one video on deployment process

  • @lohitharg621
    @lohitharg621 Год назад

    If one thread is accessing the value then on the same bucket other thread cannot modify right then how will it return null?

  • @samyishere2382
    @samyishere2382 2 года назад +1

    Mam can you please make video on tricky interview questions of OS🙏

    • @CodeDecode
      @CodeDecode  2 года назад

      Sure we will plan and upload it soon

  • @shankardayal6928
    @shankardayal6928 3 года назад

    As for read ,there is no lock.
    Then say s0 is locked for writing then why does reading not allowed in s0?

  • @venkatsai2541
    @venkatsai2541 3 года назад +1

    Program why null not allows in concurrent hashmapcode while allowed in hashmap please explain by debugging code

  • @tulasiramsunkara
    @tulasiramsunkara 3 года назад +1

    Can you create a separate video to explain concurrency level

  • @viji6131
    @viji6131 3 года назад +1

    Hi. Can u pls make a video on hibernate pls cover n+1 problem and cache concepts pls

    • @CodeDecode
      @CodeDecode  3 года назад +1

      Very nice topic viji. Will create video on that very soon.

  • @Iam_Raam
    @Iam_Raam 3 года назад +1

    If we are iterating through forEach, we will not get ConcurrentModificationException but we will get if iterate through iterator, why ?

    • @ShinAkuma
      @ShinAkuma 2 года назад

      You are creating an Iterator reference before using it. So while you're traversing the Map and changing it, your Iterator reference is still the old one which was created using the Map which had lesser values.

  • @venkataraghava3173
    @venkataraghava3173 2 года назад +1

    can you please exp about semaphore

  • @venkatsai2541
    @venkatsai2541 3 года назад +1

    Please cover array list

  • @smitchaudhari9783
    @smitchaudhari9783 Год назад

    Hello Mam if null is not allowed the it suppose thread1 is checking so we have lock on that segment then how can thread2 delete it so there can’t be the case where null means thread2 deleted it hence null should be allowed?

    • @ashish7516
      @ashish7516 Год назад

      Thread1(first one) is just reading, so no lock will be acquired. Hence the second thread (the one writing) can come and delete the value.

  • @Ravikumar-gj6qw
    @Ravikumar-gj6qw 2 года назад

    create a video at time 13:25

  • @kazaasekhar
    @kazaasekhar 3 года назад +1

    we don't have chance to give more than one like otherwise my likes count will be one thousad for every videos...

    • @CodeDecode
      @CodeDecode  3 года назад

      This means a lot Sekhar 🙏🙂👍👍👍👍

  • @geekaffairs6475
    @geekaffairs6475 3 года назад +1

    👍