Multiple choice

Which of these resources is individually owned by each thread of the same process?

  1. Stack

  2. Address space

  3. Memory

  4. File handles

  5. Socket

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Kernel threads do not own resources except for a stack, a copy of the registers including the program counter and thread-local storage (if any).