摘要
多线程是并发程序执行的基本单位,可以有效提高程序执行的效率。Java提供了良好的多线程程序设计机制。介绍了Java中多线程的创建方法,讨论了线程生命周期的各个状态,并对线程的同步进行了探索。
Multithreading is the basic Unit of the subsequent program.It can effectively improve the program's excuting efficiency Java language provides a good multithreading mechanism.This paper introduces multithreading's creating methods in java language It discusses the different states of multithreading and gives some beneficial explores in synchronization of multithreading.
出处
《宁波职业技术学院学报》
2007年第2期61-63,85,共4页
Journal of Ningbo Polytechnic
关键词
JAVA
多线程
状态
同步
Java
multithreading
states
synchronization