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.

Results 1 to 4 of 4

Thread: Regarding Java Concurrency

  1. #1
    Junior Member
    Join Date
    Jun 2014
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Regarding Java Concurrency

    Hi please any one could suggest some good vedios / books/tutorials for java concurrency. Except for the Java Concurrency in Practice book


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Regarding Java Concurrency

    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.

  3. The Following User Says Thank You to GregBrannon For This Useful Post:

    bihlas (June 27th, 2014)

  4. #3
    Junior Member
    Join Date
    Jun 2014
    Posts
    16
    Thanks
    0
    Thanked 5 Times in 5 Posts

    Default Re: Regarding Java Concurrency

    Quote Originally Posted by dhasija View Post
    Hi please any one could suggest some good vedios / books/tutorials for java concurrency. Except for the Java Concurrency in Practice book

    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)

  5. #4
    Junior Member
    Join Date
    Oct 2017
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Regarding Java Concurrency

    you can follow below given url.

    multithreading in java

    Creating and Using Threads (Multithreaded Programming Guide)

Similar Threads

  1. Concurrency
    By HENRY M KHUMALO in forum Threads
    Replies: 7
    Last Post: March 27th, 2014, 03:59 AM
  2. Concurrency
    By HENRY M KHUMALO in forum Member Introductions
    Replies: 3
    Last Post: March 26th, 2014, 11:46 AM
  3. Java Concurrency
    By aknessy in forum What's Wrong With My Code?
    Replies: 13
    Last Post: November 24th, 2013, 07:18 AM
  4. Concurrency Programming GURUS: Help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    By Novice85 in forum Object Oriented Programming
    Replies: 7
    Last Post: September 29th, 2011, 05:31 PM
  5. java concurrency problem
    By Nick7 in forum What's Wrong With My Code?
    Replies: 5
    Last Post: August 1st, 2011, 06:02 AM