绿林网

Java 7 Concurrency Cookbook读后感精选

Java 7 Concurrency Cookbook读后感精选

《Java 7 Concurrency Cookbook》是一本由Fernandez Javier著作,Packt Publishing出版的Paperback图书,本书定价:USD 49.99,页数:364,特精心收集的读后感,希望对大家能有帮助。

《Java 7 Concurrency Cookbook》读后感(一):入门不错

英文很简单,可能作者母语非英语的原因。

这种一个方法一小节的cookbook形式的介绍,也很容易接受。

有一点不好的是:每一节的Getting Ready都是完全重复的文字,难道是为了凑字,哈哈哈~

《Java 7 Concurrency Cookbook》读后感(二):觉得《Java Concurrency in Practice》有点吃力可以从这本开始

上手很简单,给的例子由浅入深,很容易理解。

虽然没有中文版,还是挺简单的。

一上来看《Java Concurrency in Practice》觉得有些难度的话,可以从这本开始,这两本书再配上源代码,Java并发入门应该没啥问题了。

《Java 7 Concurrency Cookbook》读后感(三):阅读简单。。

没有讲并发原理,实实在在的实例讲学,脱离了低级趣味的纯粹的cookbook。。

对多线程和并发的理论不是很扎实的可以看看这本书,看完之后,你对并发的理论可能也没啥进步。。

有些书根本没必须要写那么多字,你搞这个要求干嘛。。。

有些书根本没必须要写那么多字,你搞这个要求干嘛。。。

有些书根本没必须要写那么多字,你搞这个要求干嘛。。。

《Java 7 Concurrency Cookbook》读后感(四):P151和P155中对ScheduledThreadPoolExecutor的shutdown的说法不一致

P151

Finally, you can configure the behavior of the ScheduledThreadPoolExecutor

class when you call the shutdown() method and there are pending tasks waiting for

the end of their delay time. The default behavior is that those tasks will be executed

despite the finalization of the executor.

P155

You can also configure the behavior of an instance of the ScheduledThreadPoolExecutor

class with the shutdown() method. The default behavior is that the scheduled

tasks finish when you call that method.

为啥这两页里面对ScheduledThreadPoolExecutor的说法不一致呢?难道是我没看懂?

本文由作者上传并发布(或网友转载),绿林网仅提供信息发布平台。文章仅代表作者个人观点,未经作者许可,不可转载。
点击查看全文
相关推荐
热门推荐