youtube algo isn't doing you justice, i don't remember how i found you but i'm glad i did,i just read the java tutorial to brush up my java basics Thanks a lot for the work you're doing.
@JakobJenkov3 жыл бұрын
Thank you very much - and you are welcome! :-) I am glad my tutorials have been helpful! :-)
@berlincmos Жыл бұрын
I have been watching videos on KZbin to learn more if i need more Information about any topic in Java, and I must say, Jakob's content has been exceptional. Whether it's his videos or his website, I always find myself coming back for more information. The content provided is incredibly rich and informative. Jakob's videos are well-presented, engaging, and easy to follow. He has a knack for explaining complex Java concepts in a clear and concise manner. I truly appreciate the effort and dedication Jakob puts into creating such valuable resources for the Java community. Thanks to him. I highly recommend his videos and website to anyone seeking reliable and comprehensive Java information. Once again, thank you, Jakob, for your outstanding work! Many greetings from Iraq dear Jakob
@JakobJenkov Жыл бұрын
Thank you very much for these kind words ! I am happy that my tutorials are helpful to you !! 😊
@panel28443 жыл бұрын
Jakob, your videos are incredible. By far the most informative and excellently explained Java videos on here. Would you consider doing a video on exception handling?
@JakobJenkov3 жыл бұрын
Thank you! I already have one video about the Java try-with-resources construct, which explains one of the more advanced Java exception handling constructs. Not sure if that is enough for your needs, but at least its a place to start :-)
@takeshiasahi54943 жыл бұрын
I found u through your website .... you are the reason i cleared my java basics and semester exam.
@JakobJenkov3 жыл бұрын
Great ! :-D ... glad to have been of help with clearing exams! Exams can be stressful when they contain topics I cannot find good documentation about ;-)
@kumararun83372 жыл бұрын
thank you Jakob, you will always have our gratitude 🙏❤
@JakobJenkov2 жыл бұрын
Thank you! and you are welcome! :-)
@svalyavasvalyava98673 жыл бұрын
Jakob, thanks a ton for what you're doing. 😌
@JakobJenkov3 жыл бұрын
You are welcome! :-)
@byeonggilpark20783 жыл бұрын
Keep working on these series! Thank you so much
@JakobJenkov3 жыл бұрын
You are welcome! I have a few more videos planned in the Java Concurrency series :-)
@mohammedsardar15172 жыл бұрын
Jakob, you got a so much grace when explaining technical thing to others. Looking forward to see more video of this kind. I wish I could have you as my teacher during school or college. Thanks and Good luck.
@JakobJenkov2 жыл бұрын
Thank you - that is very kind of you to say :-)
@ripusudan1003 жыл бұрын
i follows you since starting of my carrier, you are awesome!!!
@JakobJenkov3 жыл бұрын
Thank you very much :-) ... how many years is that then?
@bigbeast00710 ай бұрын
Great video Jakob! Very well explained and at a very nice pace. Thank you so much!
@JakobJenkov10 ай бұрын
You are welcome !! I am happy it was useful to you !! 😊
@dineshkumarthirugnanam1301 Жыл бұрын
Nicely explained. Easy to understand. Thanks for the video.
@JakobJenkov Жыл бұрын
You are welcome !! 😊
@jasper50162 жыл бұрын
You are amazing. This content is Gold. Thanks so much
@JakobJenkov2 жыл бұрын
Thanks a lot :-)
@mshawn38323 жыл бұрын
thanks jenkov for all of the videos
@JakobJenkov3 жыл бұрын
You are most welcome :-)
@drj-power93533 жыл бұрын
what a unique and great way to explain the topics... Thanks a lot Jakob Sir.
@JakobJenkov3 жыл бұрын
You are welcome :-)
@azimmalpekar90722 жыл бұрын
Very good explanation and presentation of Concept, Good coverage too with Sample code.
@JakobJenkov2 жыл бұрын
Thank you! :-)
@sajjadvalaei25352 жыл бұрын
thank you so much. you are the best.
@JakobJenkov2 жыл бұрын
Thanks :-)
@jinseonghwang31463 жыл бұрын
I have read your text tutorials to study java concurrency. It's very awesome. Thank you very much :) Do you have any plans to publish a book with your tutorials? It deserves it.
@JakobJenkov3 жыл бұрын
You are welcome! .... no, I don't have any plans to publish a book about Java Concurrency at this point in time. I did once think about it, but the underlying details of how the JVM works, and the built-in concurrency constructs keep changing, so to keep up with them it is easier to just make blog posts and videos. Also, I am myself learning more and more about concurrency continuously - so when would I "know enough" to write the book? :-)
@sandeepsingh-de4fg3 жыл бұрын
Very nice Jakob. Well explained.
@JakobJenkov3 жыл бұрын
Thank you :-)
@singhvertika81673 жыл бұрын
Amazing ..thank you
@JakobJenkov3 жыл бұрын
You are very welcome! :-)
@sonalgupta7083 Жыл бұрын
Good tutorial. I have observed that you have created sleep method separately in your videos, can you please let us know the reason behind that?
@JakobJenkov Жыл бұрын
I created the sleep() methods just to have the code example using it be a bit shorter. That is all 😊
@mdsuhaib.s.a2 жыл бұрын
Keep up the great work man
@JakobJenkov2 жыл бұрын
Thanks, I will try 😊
@luckybard21633 жыл бұрын
Love your work!
@JakobJenkov3 жыл бұрын
Thank you very much! :-)
@OmprakashYadavIIT3 жыл бұрын
simply awesome
@JakobJenkov3 жыл бұрын
Thanks you! :-)
@bunthaideng2492 Жыл бұрын
Jakob is the best
@JakobJenkov Жыл бұрын
Thank you :-D
@DavisTibbz2 жыл бұрын
So equivalent to go channels, right?
@JakobJenkov2 жыл бұрын
I don't really know, actually, as I don't know much of Go.
@baibula11 ай бұрын
Cool!
@JakobJenkov11 ай бұрын
Thanks !! 😊
@theyoussefnassar3 жыл бұрын
thanks
@JakobJenkov3 жыл бұрын
You are welcome :-)
@ahmedifhaam72662 жыл бұрын
for contains() method, what does it mean that it does-not have to be the same instance. Is the object is of the same class it will return true?
@JakobJenkov2 жыл бұрын
contains() uses the hashcode() and equals() methods of the Object class (which can be overridden in subclasss) to determine if two objects are "the same". Thus, even if two objects are actually different objects inside the memory of the Java VM, if they are "equal" according to the semantics of the hashcode() and equals() methods, then contains() will return true.
@AlmostDead3 жыл бұрын
Hello there sir, My name is Alex and I've came across your youtube video while searching for information about a problem I have in school, and it is about multithreading in Java. Do you think you could help me out with this, please? It is a producer/consumer problem with 10 threads. It would be very very appreciated if you sir could help me out. Thank you, Alex
@JakobJenkov3 жыл бұрын
Hi... I probably won't have time - but you can try asking me here in a comment. Then I can see if I can answer it. But I cannot make any promises!
@AlmostDead3 жыл бұрын
@@JakobJenkov It's alright, meanwhile, i solved it:). Thank you anyways!