期刊文献+

Java多线程技术浅析 被引量:3

Brief Analysis of Java Multithreading Technology
下载PDF
导出
摘要 多线程程序,可以让计算机在同一段时间内并行处理不同的工作任务,实现多任务同时工作。在Java程序中有两种方式创建线程,而用synchronized关键字来修饰线程的方法,则可实现线程之间的同步,保证在同一时刻只有一个线程访问该方法,实现资源之间的协商共享。 The multithreading program may let computer process different tasks parallelly in the identical time to fulfill the multl-duties work simultaneously. In the Java language, there are two manners to create a thread ,while the synchronous between more procedures can be reallized by means of decoration with the synchronized keywords, so code sharing of multithreading procedure can be reached.
出处 《现代计算机》 2007年第12期82-84,共3页 Modern Computer
关键词 JAVA 线程 多线程技术 线程同步 Java Multithreading Technology Thread Synchronous
  • 相关文献

参考文献2

  • 1卜照斌等.Java2编程详解.北京:电子工业出版社.
  • 2郝志芬等译.Java宝典.北京:电子工业出版社,1999.

同被引文献28

引证文献3

二级引证文献4

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

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