首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

java线程池 有关

2012-10-31 
java线程池 相关Java5 并发学习http://lavasoft.blog.51cto.com/62575/115112通过Executor来启动线程比用T

java线程池 相关
Java5 并发学习  http://lavasoft.blog.51cto.com/62575/115112

通过Executor来启动线程比用Thread的start()更好。在新特征中,可以很容易控制线程的启动、执行和关闭过程,还可以很容易使用线程池的特性。

ExecutorService的execute和submit方法 区分

http://blog.csdn.net/peachpi/article/details/6771946

Java Callable 和Runnable

http://blog.csdn.net/carolzhang8406/article/details/6732731
http://auguslee.iteye.com/blog/1292335

ExecutorService线程池
http://blog.sina.com.cn/s/blog_6151984a0100krj8.html

热点排行