期刊文献+

Java中实现线程同步的方法 被引量:1

Methods of thread synchronism realized in Java
下载PDF
导出
摘要 Java 语言提供了多线程编程技术,利用 Java 语言可以方便地实现多任务并行工作的功能。但是,由于线程会导致程序的异步行为,因此,有必要提供一种方法在需要时实现同步。通常是在被调用的方法前加上 Synchronized 关键字,就可以阻止其他线程竞用,直到一个线程执行完动作为止。从而避免了线程在运行时所产生的混乱状态,使其有序运行,实现线程同步。 Java language offers the thread programming technology.By using java language,the running function of multitask side by side can be conveniently realized.Because the thread will cause the synchronism about the procedure,it is necessary to offer a method that can realize the synchronism.Usually,the key word “synchronized” is added before the method that is transferred.So it can pre vent other thread in using simultaneously until the end of a thread.Therefore,it can avoid confused states that are produced while the thread if running,and make the thread go on in order,and realize its synchronism.
作者 王洪香
出处 《辽宁工程技术大学学报(自然科学版)》 CAS 北大核心 2004年第z1期196-197,共2页 Journal of Liaoning Technical University (Natural Science)
关键词 JAVA语言 线程 同步 java thread synchronism
  • 相关文献

参考文献2

  • 1[2]杨华.电脑编程技巧与维护[M].北京:电子工业出版社,2002.
  • 2[3]Patrick Naughton.Java语言使用手册[M].北京:电子工业出版社,1996.

同被引文献4

引证文献1

二级引证文献4

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

内容加载中请稍等...
;
使用帮助 返回顶部