If code running is a thread creates a new thread what will be the initial priority of the newly created thread?
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.
No comments:
Post a Comment