Try this exercise. Click the correct answer from the options.
Which of the following statements is true about threads?
- Threads are independent paths of execution within a program.
- Threads always run sequentially within a program.
- Threads cannot communicate with each other.
- Threads have their own program counter and stack.