Java Collections Features | Exploring Hidden methods for Developers |

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

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

  • @kappasreedhar7655
    @kappasreedhar7655 6 месяцев назад +8

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

  • @deepikas8804
    @deepikas8804 6 месяцев назад +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  5 месяцев назад

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

  • @rishiraj2548
    @rishiraj2548 6 месяцев назад +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 5 месяцев назад

      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?

  • @malleswarrao3887
    @malleswarrao3887 6 месяцев назад +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

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

    Thanks Basant, Appreciate your efforts. God bless you!

  • @maankhurana5814
    @maankhurana5814 3 месяца назад +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.

  • @kanchanam5899
    @kanchanam5899 5 месяцев назад +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..

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

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

  • @peterkyle01
    @peterkyle01 6 месяцев назад +1

    Awesome features

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

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

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

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

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

    Thanks basant

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

    😎👍

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

    Useful video

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

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

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

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

    It will be same

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

    you use android studio sir IDE?

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

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

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

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

    • @sanathrayala2745
      @sanathrayala2745 5 месяцев назад

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