Reading after “Java Concurrency In Practice” for more concurrency examples?

前端 未结 2 1648
一个人的身影
一个人的身影 2021-01-30 18:25

Many people at SO adviced to dive into Java concurrency by reading Java Concurrency in Practice (JCIP), sometimes Doug Lea\'s book of 1999 is mentioned as well:

  • ht
2条回答
  •  北恋
    北恋 (楼主)
    2021-01-30 18:45

    here is a summary of the book with examples for your quick reference: https://blogs.oracle.com/carolmcdonald/entry/some_concurrency_tips, http://refcardz.dzone.com/refcardz/core-java-concurrency

    here are few more examples: http://www.vogella.de/articles/JavaConcurrency/article.html

提交回复
热议问题