摘要
线程是现代计算机操作系统中的最重要概念之一,本文利用Java支持多线程编程的特性,设计出了两个演示多线程并行执行的Java程序,对于理解线程的概念能起到非常好的帮助。
A thread is one of the most important concepts in computer modern operating systems.The Java language supports multiple-thread programming.Two Java programs are given in this paper to show that multiple threads execute concurrently.They are very useful to help students to understand threads.
出处
《现代计算机》
2001年第07b期70-73,共4页
Modern Computer