Hi please any one could suggest some good vedios / books/tutorials for java concurrency. Except for the Java Concurrency in Practice book
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
Hi please any one could suggest some good vedios / books/tutorials for java concurrency. Except for the Java Concurrency in Practice book
I've heard good comments about the New Boston video tutorials, but I don't know if they cover that topic. I believe they're available on YouTube. Check them out and come back if they don't cover it.
The Oracle Tutorials should be a good resource.
I began my Java journey using this book and find its Chapter 12 quite helpful on the topic - at least as a starting point.
bihlas (June 27th, 2014)
The JVM threading architecture is based upon Solaris' LWP thread architecture. If you understand how Solaris' threads work, then you understand how the JVM's threading works.
Look here : Lesson: Concurrency (The Java™ Tutorials > Essential Classes)
here: Creating and Using Threads (Multithreaded Programming Guide)
and here : Understanding Basic Multithreading Concepts (Multithreaded Programming Guide)
you can follow below given url.
multithreading in java
Creating and Using Threads (Multithreaded Programming Guide)