摘要: Processes and ThreadsIn concurrent programming, there are two basic units of execution:processesandthreads. In the Java programming language, concurrent programming is mostly concerned with threads. However, processes are also important.A computer system normally has many active processes and thread 阅读全文
posted @ 2013-06-21 21:16 alexander.bruce.lee 阅读(638) 评论(0) 推荐(0)