Это видео недоступно.
Сожалеем об этом.

Java Collections Features | Exploring Hidden methods for Developers |

Поделиться
HTML-код
  • Опубликовано: 23 май 2024
  • #JavaTechie #java8 #Stream #collections
    👉 In this Video, we will look into some of the lesser-used or known features among the developers.
    What You Will Learn:
    👉 1. Collections.nCopies()
    👉 2. Collections.frequency()
    👉 3. Collections.disjoint()
    👉 4. Collections.singleton()
    👉 5. Collections.rotate()
    🧨 Hurry-up & Register today itself!🧨
    Devops for Developers course (Live class ) 🔥🔥:
    javatechie.ong...
    COUPON CODE : NEW24
    Spring boot microservice Premium course lunched with 70% off 🚀 🚀
    COURSE LINK : Spring boot microservice course link :
    javatechie.ong...
    PROMO CODE : JAVATECHIE50
    GitHub:
    github.com/Jav...
    Blogs:
    / javatechie4u
    Facebook:
    / javatechie
    Join this channel to get access to perks:
    www.youtube.co...
    🔔 Guys, if you like this video, please do subscribe now and press the bell icon to not miss any update from Java Techie.
    Disclaimer/Policy:
    📄 Note: All uploaded content in this channel is mine and it's not copied from any community, you are free to use source code from the above-mentioned GitHub account.

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

  • @kappasreedhar7655
    @kappasreedhar7655 2 месяца назад +7

    Ans for list.size() is same values will show
    Ans for -15 is [6,7,8,9,10,1,2,3,4,5]

  • @maankhurana5814
    @maankhurana5814 8 дней назад +2

    Hi bro... plz make videos on new concept which has been introduce to improve gc in java 8 and also for better management of thread java 8 has brought some feature.
    Both these questions were asked in interview for product based company and I was unable to answer.

  • @rishiraj2548
    @rishiraj2548 2 месяца назад +1

    19:00
    The list will rotate by -(15 - multiple of list size)
    = -15 + 1x10
    = -5 places
    Now list will be
    [10,1,2,3,4,5,6,7,8,9]

    • @flowchart5471
      @flowchart5471 2 месяца назад

      i didnt get ...can you please explain...list = 1,2,3,4,5, and need to rotate = -10 so, -10+1x5 = -5 , then answer will 1,2,3,4,5 only?

  • @deepikas8804
    @deepikas8804 2 месяца назад +1

    Victory... every time you win all of us hearts with your knowledge and experience... Waiting as i requested earlier Microservices Questions and Answer series.

    • @Javatechie
      @Javatechie  2 месяца назад

      You don't like it Andres? Anything wrong please do mention it

  • @malleswarrao3887
    @malleswarrao3887 2 месяца назад +3

    Hi Sir , please make one series or video on How to migrate monolithic application into micro services based application sir , most of the projects or organizations are migrated but we are not sure how to build microservices

  • @vino7tech
    @vino7tech 2 месяца назад +1

    Very nice explanation sir. Very useful sir. Tq somuch sir

  • @kanchanam5899
    @kanchanam5899 Месяц назад +1

    Nice one..Your videos and explanations are outstanding as always.. could you pls make a separate video on features of Java 9, 11, 17 and 21? And give a comparison with Java 8 pls..

  • @gopisambasivarao5282
    @gopisambasivarao5282 2 месяца назад

    Thanks Basant, Appreciate your efforts. God bless you!

  • @peterkyle_0125
    @peterkyle_0125 2 месяца назад +1

    Awesome features

  • @faixan13
    @faixan13 2 месяца назад

    awesome addition in my knowledge. Didn't know these methods before. Thanks man

  • @gouravkumar-or6jy
    @gouravkumar-or6jy 2 месяца назад

    Same list will return sir with list.size(), Thanks nice video

  • @rishiraj2548
    @rishiraj2548 2 месяца назад +2

    😎👍

  • @raamch
    @raamch 2 месяца назад +1

    Thanks basant

  • @jaySpring-ok4lt
    @jaySpring-ok4lt 2 месяца назад

    sir please make vidoe on spring boot with multi-tenancy
    in depth video

  • @pratishrutipanda6461
    @pratishrutipanda6461 2 месяца назад +2

    Useful video

  • @sajid.farooqi8074
    @sajid.farooqi8074 2 месяца назад +1

  • @praveenj3112
    @praveenj3112 2 месяца назад +1

    It will be same

  • @rishiraj2548
    @rishiraj2548 2 месяца назад

    18:45
    The list will remain unchanged because eotates totally.

  • @medoalking9062
    @medoalking9062 2 месяца назад

    you use android studio sir IDE?

  • @rishiraj2548
    @rishiraj2548 2 месяца назад

    13:30 Where can we use singleton set in real projects?

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

      In my project when we are returning a list that should be displayed under tree
      We return singleton list