摘要
多线程是Java的一大重要特征,通过对Java中的多线程创建机制和使用方法进行探讨,分析了多线程中同步的必要性和实现方式,并给出了多线程的实际应用示例。
Multithreading is an important feature in Java, this paper discussed multi-thread mechanism and method of use to create in Java, further analyzes the necessity and implementation approach of multithreaded synchronization, and finally given the actual application example to the multithreaded.
出处
《软件导刊》
2014年第1期114-116,共3页
Software Guide
基金
国家自然科学基金项目(11101334
11261053)
关键词
JAVA语言
多线程
线程同步
Java language multi-thread , synchronized , analysis and application