Java BlockingQueue

  Рет қаралды 42,930

Jakob Jenkov

Jakob Jenkov

Күн бұрын

Пікірлер: 64
@monishwankhade7541
@monishwankhade7541 3 жыл бұрын
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.
@JakobJenkov
@JakobJenkov 3 жыл бұрын
Thank you very much - and you are welcome! :-) I am glad my tutorials have been helpful! :-)
@berlincmos
@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
@JakobJenkov Жыл бұрын
Thank you very much for these kind words ! I am happy that my tutorials are helpful to you !! 😊
@panel2844
@panel2844 3 жыл бұрын
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?
@JakobJenkov
@JakobJenkov 3 жыл бұрын
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 :-)
@takeshiasahi5494
@takeshiasahi5494 3 жыл бұрын
I found u through your website .... you are the reason i cleared my java basics and semester exam.
@JakobJenkov
@JakobJenkov 3 жыл бұрын
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 ;-)
@kumararun8337
@kumararun8337 2 жыл бұрын
thank you Jakob, you will always have our gratitude 🙏❤
@JakobJenkov
@JakobJenkov 2 жыл бұрын
Thank you! and you are welcome! :-)
@svalyavasvalyava9867
@svalyavasvalyava9867 3 жыл бұрын
Jakob, thanks a ton for what you're doing. 😌
@JakobJenkov
@JakobJenkov 3 жыл бұрын
You are welcome! :-)
@byeonggilpark2078
@byeonggilpark2078 3 жыл бұрын
Keep working on these series! Thank you so much
@JakobJenkov
@JakobJenkov 3 жыл бұрын
You are welcome! I have a few more videos planned in the Java Concurrency series :-)
@mohammedsardar1517
@mohammedsardar1517 2 жыл бұрын
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.
@JakobJenkov
@JakobJenkov 2 жыл бұрын
Thank you - that is very kind of you to say :-)
@ripusudan100
@ripusudan100 3 жыл бұрын
i follows you since starting of my carrier, you are awesome!!!
@JakobJenkov
@JakobJenkov 3 жыл бұрын
Thank you very much :-) ... how many years is that then?
@bigbeast007
@bigbeast007 10 ай бұрын
Great video Jakob! Very well explained and at a very nice pace. Thank you so much!
@JakobJenkov
@JakobJenkov 10 ай бұрын
You are welcome !! I am happy it was useful to you !! 😊
@dineshkumarthirugnanam1301
@dineshkumarthirugnanam1301 Жыл бұрын
Nicely explained. Easy to understand. Thanks for the video.
@JakobJenkov
@JakobJenkov Жыл бұрын
You are welcome !! 😊
@jasper5016
@jasper5016 2 жыл бұрын
You are amazing. This content is Gold. Thanks so much
@JakobJenkov
@JakobJenkov 2 жыл бұрын
Thanks a lot :-)
@mshawn3832
@mshawn3832 3 жыл бұрын
thanks jenkov for all of the videos
@JakobJenkov
@JakobJenkov 3 жыл бұрын
You are most welcome :-)
@drj-power9353
@drj-power9353 3 жыл бұрын
what a unique and great way to explain the topics... Thanks a lot Jakob Sir.
@JakobJenkov
@JakobJenkov 3 жыл бұрын
You are welcome :-)
@azimmalpekar9072
@azimmalpekar9072 2 жыл бұрын
Very good explanation and presentation of Concept, Good coverage too with Sample code.
@JakobJenkov
@JakobJenkov 2 жыл бұрын
Thank you! :-)
@sajjadvalaei2535
@sajjadvalaei2535 2 жыл бұрын
thank you so much. you are the best.
@JakobJenkov
@JakobJenkov 2 жыл бұрын
Thanks :-)
@jinseonghwang3146
@jinseonghwang3146 3 жыл бұрын
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.
@JakobJenkov
@JakobJenkov 3 жыл бұрын
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-de4fg
@sandeepsingh-de4fg 3 жыл бұрын
Very nice Jakob. Well explained.
@JakobJenkov
@JakobJenkov 3 жыл бұрын
Thank you :-)
@singhvertika8167
@singhvertika8167 3 жыл бұрын
Amazing ..thank you
@JakobJenkov
@JakobJenkov 3 жыл бұрын
You are very welcome! :-)
@sonalgupta7083
@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
@JakobJenkov Жыл бұрын
I created the sleep() methods just to have the code example using it be a bit shorter. That is all 😊
@mdsuhaib.s.a
@mdsuhaib.s.a 2 жыл бұрын
Keep up the great work man
@JakobJenkov
@JakobJenkov 2 жыл бұрын
Thanks, I will try 😊
@luckybard2163
@luckybard2163 3 жыл бұрын
Love your work!
@JakobJenkov
@JakobJenkov 3 жыл бұрын
Thank you very much! :-)
@OmprakashYadavIIT
@OmprakashYadavIIT 3 жыл бұрын
simply awesome
@JakobJenkov
@JakobJenkov 3 жыл бұрын
Thanks you! :-)
@bunthaideng2492
@bunthaideng2492 Жыл бұрын
Jakob is the best
@JakobJenkov
@JakobJenkov Жыл бұрын
Thank you :-D
@DavisTibbz
@DavisTibbz 2 жыл бұрын
So equivalent to go channels, right?
@JakobJenkov
@JakobJenkov 2 жыл бұрын
I don't really know, actually, as I don't know much of Go.
@baibula
@baibula 11 ай бұрын
Cool!
@JakobJenkov
@JakobJenkov 11 ай бұрын
Thanks !! 😊
@theyoussefnassar
@theyoussefnassar 3 жыл бұрын
thanks
@JakobJenkov
@JakobJenkov 3 жыл бұрын
You are welcome :-)
@ahmedifhaam7266
@ahmedifhaam7266 2 жыл бұрын
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?
@JakobJenkov
@JakobJenkov 2 жыл бұрын
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.
@AlmostDead
@AlmostDead 3 жыл бұрын
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
@JakobJenkov
@JakobJenkov 3 жыл бұрын
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!
@AlmostDead
@AlmostDead 3 жыл бұрын
@@JakobJenkov It's alright, meanwhile, i solved it:). Thank you anyways!
@mrrishiraj88
@mrrishiraj88 Жыл бұрын
Good day greetings
@JakobJenkov
@JakobJenkov Жыл бұрын
Thank you - you too !
Producer Consumer Pattern - With Java Example
19:50
Jakob Jenkov
Рет қаралды 29 М.
Java Lock
28:51
Jakob Jenkov
Рет қаралды 49 М.
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
Better Java Streams with Gatherers - JEP Cafe #23
1:13:32
Java ThreadLocal
14:36
Jakob Jenkov
Рет қаралды 39 М.
Generics In Java - Full Simple Tutorial
17:34
Coding with John
Рет қаралды 1,1 МЛН
ThreadLocal in Java
10:59
Defog Tech
Рет қаралды 189 М.
Race Conditions in Java Multithreading
22:39
Jakob Jenkov
Рет қаралды 35 М.
Learn Queue data structures in 10 minutes 🎟️
10:07
Bro Code
Рет қаралды 142 М.
False Sharing in Java
17:33
Jakob Jenkov
Рет қаралды 13 М.
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН