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.
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.
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.
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.
Your videos are helping me to become a professional microservices developer. Thanks a ton
Congratulations 🎊
Super simple and useful. And all in 10 mins. Bravo!
awesome, nobody explain like you, thanks for making me understand it completely . its dam sure question for any java interview
Its very clear from your explanation that you have a great knowledge on Java.
Thank you for explaining it much better way.
Very very good.. To the point, conceptual, clear, clean explanation.
Simply awesome!! , this guy is magician. He makes complex topics looks damm easy !!!!!!!!!
Keep making these videos man. Really good.
Explanation is very lucid. Kudos.
Thank you for sharing valuable information about such a confusing topic.. that too with in 10mins..
Awesome Job.. keep on posting such videos..
Your way of explanation is very clear, please provide some videos on Oauth 2.0
Great video ! Helped me understand the concept with good clarity. Thanks
Your video are really very helpful !!! Please don't stop making them
Good quality content. Quality is difficult to find these days
Thanks for making wonderful videos on concurrency .please make some videos on concurrent collections and stamped lock.
Your video is really good quality (in term of image and audio). Btw, is there any plan for the Design Pattern series?
No immediate plans yet. Planning for more on Java Concurrency, Spring and Cloud concepts
Very helpful videos.. Keep sharing the knowledge. Thanks for work done.
Very useful video, need this type of videos,
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.
You are a great teacher. Where did you get all this knowledge ? is there any book/s >
Brilliant explanation 👍
Great explanation!! And to the point!!
This video was actually helpful . Thank you
Excellent explanation!
damn the quality of the audio is supreme in this.
Brother, your such an awesome guy. Please make a videos on spring security with oauth2.
Pure Gem
As always you are amazing
Very knowledgeable Video 🙌
Great explanation! Thanks!
at 9:51 , what does larger and smaller mean.. I could not understand how you solve this problem.
Can some one explain acc1/acc2 code -what is the issue here and how are we resolving with smaller/greater please ,appreciate any response
Very good tutorial.
Please add some videos on serialization
Really awesome. Thanks
ordering by account number is nice
can we do producer consumer problem using thread-local ?
awesome 😍
Locking Order won't work in case locks are acquired on items passed externally.
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.
How to take thread dump in a file in production environment.?
JRE doesn't has any monitoring or analyzing tool.
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.
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.
can someone please explain me this statement new Thread(this::processThis).start();
It's a simple way of creating Lambdas using Method references. have a look at java 8 lambda features
is there a way jvm can clear the dead lock by itself ?
unfortunately no..
why dont you create your blog
🎉