1

其实是一道微软面试题,

About the Thread and Process in Windows, which description(s) is(are) correct:(3 Points)
   A. One application in OS must have one Process, but not a necessary to have one Thread
   B. The Process could have its own Stack but the thread only could share the Stack of its parent Process
   C. Thread must belongs to a Process
   D. Thread could change its belonging Process

我已经搜索过,但仍然无法得到答案。

4

1 回答 1

0

线程是否可以更改其所属进程 - 不。

于 2013-04-10T02:58:05.863 回答