Your videos are helping me to become a professional microservices developer. Thanks a ton
@tanveerhasan23823 жыл бұрын
Congratulations 🎊
@ismaelahumada9294 жыл бұрын
Super simple and useful. And all in 10 mins. Bravo!
@venkatkancharla9843 жыл бұрын
awesome, nobody explain like you, thanks for making me understand it completely . its dam sure question for any java interview
@Stoic6235 жыл бұрын
Its very clear from your explanation that you have a great knowledge on Java. Thank you for explaining it much better way.
@java37114 жыл бұрын
at 9:51 , what does larger and smaller mean.. I could not understand how you solve this problem.
@kishorsundar5026 Жыл бұрын
Can some one explain acc1/acc2 code -what is the issue here and how are we resolving with smaller/greater please ,appreciate any response
@jeremythen72396 жыл бұрын
Keep making these videos man. Really good.
@MsSujoy2 жыл бұрын
Very very good.. To the point, conceptual, clear, clean explanation.
@sheoran203 жыл бұрын
Simply awesome!! , this guy is magician. He makes complex topics looks damm easy !!!!!!!!!
@coolcoolj01026 жыл бұрын
Your video is really good quality (in term of image and audio). Btw, is there any plan for the Design Pattern series?
@DefogTech6 жыл бұрын
No immediate plans yet. Planning for more on Java Concurrency, Spring and Cloud concepts
@virafkarai45255 жыл бұрын
Explanation is very lucid. Kudos.
@dips28055 жыл бұрын
Thank you for sharing valuable information about such a confusing topic.. that too with in 10mins.. Awesome Job.. keep on posting such videos..
@siddendrak35895 жыл бұрын
Your way of explanation is very clear, please provide some videos on Oauth 2.0
@sweetysparkles18664 жыл бұрын
Great video ! Helped me understand the concept with good clarity. Thanks
@RahulKumar-lb9nk6 жыл бұрын
Your video are really very helpful !!! Please don't stop making them
@Andreas-hy7ob3 жыл бұрын
I never leave coments, but i this was a good helpfull video. So thanks alot! :) My teachers made some too for us, however i felt like this was way more understandable.
@mohammedthahajk76193 жыл бұрын
Good quality content. Quality is difficult to find these days
@sumitbabel54154 жыл бұрын
As always you are amazing
@oleksandr3275 Жыл бұрын
Brilliant explanation 👍
@hmzjpg91035 жыл бұрын
This video was actually helpful . Thank you
@MHK958 Жыл бұрын
Very useful video, need this type of videos,
@updownftw3 жыл бұрын
You are a great teacher. Where did you get all this knowledge ? is there any book/s >
@bagatheeshkrishnan6022 жыл бұрын
Great explanation!! And to the point!!
@deepgsingh6 жыл бұрын
Pure Gem
@neerajsharma88766 жыл бұрын
Thanks for making wonderful videos on concurrency .please make some videos on concurrent collections and stamped lock.
@VikiSangani5 жыл бұрын
Very helpful videos.. Keep sharing the knowledge. Thanks for work done.
@harsh_mh09685 жыл бұрын
Very knowledgeable Video 🙌
@haaarshiiiit3 жыл бұрын
Excellent explanation!
@antonv62135 жыл бұрын
Great explanation! Thanks!
@alphazero0 Жыл бұрын
damn the quality of the audio is supreme in this.
@kiranpanda81616 жыл бұрын
Very good tutorial.
@akshaykumar-uv3up4 жыл бұрын
Brother, your such an awesome guy. Please make a videos on spring security with oauth2.
@gopallal20056 жыл бұрын
Really awesome. Thanks
@prateekkanujiya97755 жыл бұрын
Please add some videos on serialization
@rakeshroshan96904 жыл бұрын
can we do producer consumer problem using thread-local ?
@nagesh007 Жыл бұрын
awesome 😍
@sushmitagoswami20332 жыл бұрын
Locking Order won't work in case locks are acquired on items passed externally.
@praveenbalasubramaniam43645 жыл бұрын
ordering by account number is nice
@padmakaki19365 жыл бұрын
can someone please explain me this statement new Thread(this::processThis).start();
@shaikshasayyad32175 жыл бұрын
It's a simple way of creating Lambdas using Method references. have a look at java 8 lambda features
@Stoic6235 жыл бұрын
How to take thread dump in a file in production environment.? JRE doesn't has any monitoring or analyzing tool.
@DefogTech5 жыл бұрын
True. You have to ssh into the production box, and do "kill -3" or use jstack. In both cases it will create a file. Also, if we have deadlock in production, then most likely application itself won't be able to continue serving clients.
@josephfernando48675 жыл бұрын
Unfortunately there is no method by which specific threads in deadlock state can be terminated so that the program can keep executing. One can only kill the jvm process. If anyone knows a way by which one can terminate a specific thread by it id please share.
@vivekpjadhav5 жыл бұрын
is there a way jvm can clear the dead lock by itself ?
@DefogTech5 жыл бұрын
unfortunately no..
@Kc-nn8mn3 жыл бұрын
i come to watch this video because there are plenty of stupid interview questions requiring developer to remember everything instead of using the online references.