Victory... every time you win all of us hearts with your knowledge and experience... Waiting as i requested earlier Microservices Questions and Answer series.
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
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.
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..
Ans for list.size() is same values will show
Ans for -15 is [6,7,8,9,10,1,2,3,4,5]
Victory... every time you win all of us hearts with your knowledge and experience... Waiting as i requested earlier Microservices Questions and Answer series.
You don't like it Andres? Anything wrong please do mention it
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]
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?
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
Thanks Basant, Appreciate your efforts. God bless you!
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.
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..
Very nice explanation sir. Very useful sir. Tq somuch sir
Awesome features
awesome addition in my knowledge. Didn't know these methods before. Thanks man
Same list will return sir with list.size(), Thanks nice video
Thanks basant
😎👍
Useful video
sir please make vidoe on spring boot with multi-tenancy
in depth video
❤
It will be same
you use android studio sir IDE?
Intellij IDEA
18:45
The list will remain unchanged because eotates totally.
13:30 Where can we use singleton set in real projects?
In my project when we are returning a list that should be displayed under tree
We return singleton list