问题描述
许多人通过阅读,有时还会提及: p>
阅读JCIP后,仍然感觉到需要重现/整合主题。这主要是因为我觉得JCIP中的缺少实例,但是这本书几乎涉及到Java多线程的所有方面。
推荐任何可以通过大量java.util.concurrent。* usage?例子补充JCIP的书/资源。
欢迎任何建议或链接。非常感谢。
以下是本书的摘要,其中包含您快速参考的示例:,
这里有几个例子:
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:
- http://stackoverflow.com/questions/1237980/java-5-concurrency-book-recommendations
- http://stackoverflow.com/questions/452391/recommended-books-on-concurrency-synchronization-mechanisms
After reading JCIP, still feel the need for recapitulation/consolidation of the topic. This mainly because I feel the lack of examples in JCIP, however the book touches almost all aspects of Java multithreading.
Can you recommend any book / resources that would supplement JCIP by lots of examples of java.util.concurrent.* usage?
Any advice or links are welcome. Thanks a lot.
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
这篇关于在“Java并发实践中”为更多的并发示例?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!