will resume shortly...
2:54
3 ай бұрын
Пікірлер
@kuhuschannel
@kuhuschannel 2 сағат бұрын
Super Useful Video .. Thanks a lot!
@MalobikaNandy
@MalobikaNandy 3 сағат бұрын
Understood everything.. Thanks a lot!
@tabishrizwan9137
@tabishrizwan9137 6 сағат бұрын
String str1= new String("Abhilash"); //str1 String str2= new String("Abhilash"); //str2 System.out.println(str1.hashCode()+" "+str2.hashCode()); //content comparison System.out.println(str1.equals(str2)); //content comparison Output:-1472285324 1472285324 true StringBuffer strbuffer1= new StringBuffer("Abhilash"); StringBuffer strbuffer2= new StringBuffer("Abhilash"); System.out.println(strbuffer1.hashCode()+" "+strbuffer2.hashCode()); System.out.println(strbuffer1.equals(strbuffer2)); Output:-1579572132 359023572 false Hi Abhilash, Kindly have a look once. Here both string object is pointing to different memory location in heap area. but string class overrides hashCode() & equals().
@ramimhossain5759
@ramimhossain5759 Күн бұрын
Very nice explanation! Thank you!
@saziaperveen837
@saziaperveen837 Күн бұрын
Amazing explanation by you, i have watched other videos on microservices but the details and presentation provided by you is awesome. Thanks for making such videos Now I feel like, to understand microservices these design pattern i should learn. Thanks a lot!.
@kayalvizhidas6834
@kayalvizhidas6834 Күн бұрын
Hi Avilash i started watching your channel from Hashmap Working,Spring DI concepts,Microservices videos.All your explanations are outstanding.Your paid course enrollment has been closed?.Need Microservices Roadmap paid course.Can you plz reply?
@gajjalaharsha
@gajjalaharsha 2 күн бұрын
Nice explanation
@truecompiler
@truecompiler 2 күн бұрын
Hi Abhilash, Can we use these validaters in SpringBoot application as well, and there we can also create custom annotations ? Please let me know. Nice Video....
@truecompiler
@truecompiler 2 күн бұрын
Hey Abhilash, you have got so far 😄
@MalobikaNandy
@MalobikaNandy 2 күн бұрын
Very good content.. Thank you so much for explaining everything in detail.. Thanks a lot! Keep it going..
@MainakMondal-np1rd
@MainakMondal-np1rd 2 күн бұрын
Can you give your github profile??
@datdang9416
@datdang9416 2 күн бұрын
1:51:03 - If text box is blank, the default value will be empty String ""
@Laggy_Panda
@Laggy_Panda 2 күн бұрын
Great
@venkatesank1378
@venkatesank1378 3 күн бұрын
When ever see your video not only my knowledge is improved also my confidence level is improve thank you for the your amazing efforts ❤️🙏
@onthewall6811
@onthewall6811 3 күн бұрын
Thank you for the effort! But in my opinion, It's really not necessary to build everything from scratch, you will never need it in reality, and it's very disattracting from understanding the main logic and flow
@babunabiswal5007
@babunabiswal5007 4 күн бұрын
You have been in a great role for making me a software developer. Thank you so much for teaching and giving me confidence in my work so far. I learned a lot from you.❤
@indian3267
@indian3267 4 күн бұрын
Anna tq
@sumitochawar8377
@sumitochawar8377 4 күн бұрын
Hello Abhilash , i am trying to download Spring jar from the link in the video but it ask for user authentication
@mallikarjunhagargi7830
@mallikarjunhagargi7830 4 күн бұрын
Grt content Abhilash! Did we miss -cp option? as a part of class loading concept
@lochan47
@lochan47 5 күн бұрын
IOC Container is basically a container which is responsible for creating and managing the spring beans so that the code become loosely coupled. Spring Bean means object inside the IoC container.
@laxmanush
@laxmanush 5 күн бұрын
Great Video😊
@Yogesh_C.K
@Yogesh_C.K 5 күн бұрын
Tnq Abhilash bro
@abhirooptayal7203
@abhirooptayal7203 5 күн бұрын
Thank you for this wonderful course. I wonder how you would justified your paid students(incase they have queried you) of this batch that within a month or two you have uploaded this course for FREE for all of us :D .
@Yogesh_C.K
@Yogesh_C.K 5 күн бұрын
abhilash bro, i am Feeling Great😇.
@razatech22
@razatech22 5 күн бұрын
No need of inheriting from Commandlinerunner. Use bean directly
@user-in1lg2rz1k
@user-in1lg2rz1k 5 күн бұрын
Brilliant
@usaamaizm
@usaamaizm 5 күн бұрын
I'm from Pakistan, and I learn a lot from you, and very very informative and interesting video. Thank you. ❤
@usaamaizm
@usaamaizm 5 күн бұрын
1st half done ❤
@Yogesh_C.K
@Yogesh_C.K 5 күн бұрын
thanks abhilash bro. lot of interesting things are there in your content.
@bhavanappu7594
@bhavanappu7594 5 күн бұрын
I got a idea about Microservices. Thank you very much🎉🎉
@AK-tt7fc
@AK-tt7fc 6 күн бұрын
Confused between messaging service , message queue and message broken . Kindly clarify on this .
@codetech3476
@codetech3476 6 күн бұрын
Just small correction - Rate limiters should be used to prevent DDOS attacks and not brute force
@jayjoshi1366
@jayjoshi1366 6 күн бұрын
Abhilash, your explanation till first half was awesome and theory wise, I was able to imagine all things in real as you showed pictures and explained them. Can you please create an example of simple multiple microservices, then scaling them and working on containerization using Docker and Kubernetes ? It will be a great help for all the learners including me. Thank in advance!
@user-zh8rp5xu9o
@user-zh8rp5xu9o 6 күн бұрын
I have beens searching for microservice roadmap on KZbin and found nothing but today this video recommended on my feed don't know how Thanks to god
@srinivaschannel6230
@srinivaschannel6230 6 күн бұрын
Great explanation! Thank you soo much for such a wonderful video.
@TravelwithJay-rc6zz
@TravelwithJay-rc6zz 6 күн бұрын
Polymorphism
@Yogesh_C.K
@Yogesh_C.K 6 күн бұрын
💯Interesting....
@mohanraj6978
@mohanraj6978 6 күн бұрын
Awesome work:)
@ysatyadivy
@ysatyadivy 6 күн бұрын
Great explanation! Thank you soo much for such a wonderful video.
@sarathchandra941
@sarathchandra941 7 күн бұрын
1st half done
@vidhyavinaynair1086
@vidhyavinaynair1086 8 күн бұрын
thank you so much for this video. got a better overview. waiting for more videos on microservices.😊👍
@debendradey8797
@debendradey8797 8 күн бұрын
It is like Modi ji's "Man ki Baat" rather than a good tutorial . He did not look forward even once during the entire period.
@siddharthamishra4319
@siddharthamishra4319 8 күн бұрын
I didn't find your apache kafka series...could you please share the link? Loved your video its very helpful
@syedshafath2300
@syedshafath2300 8 күн бұрын
Runnable and Compareable
@kirannani4044
@kirannani4044 8 күн бұрын
thanks for making this video, very helpful for every developer 💯.. can you please share the video editing software name
@GauravWork
@GauravWork 9 күн бұрын
Great fan of the contents Can you make video on threads and jvm profiling
@omkarshrotri8218
@omkarshrotri8218 9 күн бұрын
Hi. I love your videos. It contains extra information that others do not tell us. I have a request, can you make a video with how java developers use oops concepts in the large real time projects. Can you give real time development examples for each oops concept???? It will be very helpful for testers and developers also.
@NiteeshVaddi
@NiteeshVaddi 9 күн бұрын
compile error
@CodeWithSeenu
@CodeWithSeenu 9 күн бұрын
Are "Resilience4J retry pattern" and "polling" are same?