InterviewSolution
Saved Bookmarks
| 1. |
If Code Running Is A Thread Creates A New Thread What Will Be The Initial Priority Of The Newly Created Thread? |
|
Answer» When a code running in a THREAD CREATES a new thread OBJECT, the PRIORITY of the new thread is set equal to the priority of the thread which has created it. When a code running in a thread creates a new thread object, the priority of the new thread is set equal to the priority of the thread which has created it. |
|