摘要
由于在语言级提供了线程支持,Java语言中使用多线程要远比在C或C++中来得简单。本文主要从线程的基本概念出发,对线程的生命周期、管理调度以及线程同步等方面的问题进行了阐述。
Because provided the thread support in the language level, useing the multithreading in the Java language is more simple than in C or C++. The thread basic conceptions, the thread life cycle, management aspects and thread synchronization are elaborated in this paper.
出处
《科技广场》
2008年第12期222-224,共3页
Science Mosaic
关键词
JAVA
多线程
同步
Java
Multi-threaded
Synchronization