🔔 Top 5 mistakes with Java Sets!

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

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

  • @phinehasenakireru430
    @phinehasenakireru430 Год назад +16

    Your just simply the best at this. I have gained so much from your work and I am glad your still here giving us value.

  • @anshulpandey1
    @anshulpandey1 Год назад +4

    I was about to skip this video, thinking it would contain some high-level theoretical stuff. But this video is 100% about the practical use of sets. Very helpful. Make more videos like this.

  • @joseroblesv
    @joseroblesv Год назад +3

    Thank you for these short videos that helps us review the basics!!

    • @Java.Brains
      @Java.Brains  Год назад

      You are welcome, thanks for the comment

  • @darthdias
    @darthdias Год назад +3

    Your content is awesome, you've just gained another subscriber. I really really like these short, focused, non-verbose videos! One tiny suggestion is to set sections in the video (maybe you didn't do it on purpose, but that would be nice to search for some topic when re-watching some video). Congrats!

  • @manikantareddy7595
    @manikantareddy7595 Год назад +2

    Firstly the content is pure gold, people often say one should be overriding equals and hashcode for the custom objects if you wanna store them inside hashed data structures, and this video clearly explains why it's important.
    Suggestion (regd video production) : The production quality is already great that glare of screens reflection on your spects is kinda distracting. Please don't take this as otherwise.
    As always Many Thanks, for this informative content

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

    Wow, this is great!!! I've never encountered this type of content on java data structures! Thanks for creating this, I'm def going to buy your pro yt stuff!!!

  • @d4devotion
    @d4devotion Год назад +5

    This is great, concise and to the point. This guy always rocks. ( you have commendable communication skills)

    • @Java.Brains
      @Java.Brains  Год назад +1

      Thanks! Glad you found it useful

  • @josephnairpudupermanil8679
    @josephnairpudupermanil8679 Год назад +2

    Thank you Koushik. Your contents are more infomative and value for time.

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

    So much important information for such a short video! Please keep sharing with us! :)

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

    Good to see you back Koushik.. hope your channel gets back its viewership like it once was

  • @rajkumarvb5197
    @rajkumarvb5197 Год назад +3

    Thank you for sharing Koushik. BTW, waiting for your updated Spring Boot tutorials.😉

  • @er.sahilmd
    @er.sahilmd Год назад

    It's always exciting to see koushik posting a new video.

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

    great explanation sir, I am a huge fan of you :)

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

    As always, Awesome info. Thanks Koushik

  • @SerhiiPylypenko-o3w
    @SerhiiPylypenko-o3w Год назад

    Excellent guideline. Many thanks for useful hints.

  • @Vikashkumar-js8hb
    @Vikashkumar-js8hb Год назад

    Thank you Koushik for such insightful contents.. Keep posting such informational videos..😃

  • @ShraddhaShrivastav-re1fq
    @ShraddhaShrivastav-re1fq 2 месяца назад

    Great insight on Set , do you have similar content on other collections too ? Would like to check it for sure. Thankyou Koushik.

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

    Clear and fantastic content.
    Thanks so much for sharing

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

    Thanks for revision sir!..and adding more to it

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

    Great video. Learnt a lot of stuff.❤

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

    Wonderful session …very knowledgeable for day to day development ❤

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

    Very useful tricks. Thankssss

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

    Can you please make a video on "Order of courses to watch" For your playlists? I'm a member and feeling a bit lost on path to follow

    • @Java.Brains
      @Java.Brains  Год назад

      Created a learning path page on my website. Please check it out! javabrains.io/pages/complete-java-backend-learning-path

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

      Is it a festival? Oh, yeah! @@Java.Brains

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

    Awesome explanation, please do more such videos ❤

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

    very informative !!

  • @cs-200-ok
    @cs-200-ok Год назад

    Awesome Video, it would be nice if you could make the same for other collections. ie: lists and maps too?

  • @hyperborean72
    @hyperborean72 9 месяцев назад

    great set of advices

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

    Using iterator for concurrent modification exception

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

    Here, while talking about set of books, you are taking Immutable field 'title' of type String, books.contains(book1) will give true even though you have change the title - can you please check

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

    Thanks for sharing ❤❤

  • @NikhilKale-x4n
    @NikhilKale-x4n Год назад

    Thanks for sharing :)

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

    Awesome wala mausam , java brains

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

    Thank you

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

    You say we can fill the load factor and initial capacity isn't it dis advantage having created this many variables HashMap h =new HashMap(40); isn't it the memory declaration before it utilizes and if u don't use this it's completely waste of memory

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

      We proactively do this when we are certain that we will have more elements . Preventing rehashing is more important

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

    Thank you