Which of the following are true about threads?

  1. Threads with higher priorities will have less execution time than those having lower priorities.

  2. Threads can be suspended using suspend() method or resumed using resume() method

  3. Threads have their own stack space

  4. When a thread sleeps, no other thread can run while its sleeping.


Correct Option: C

Find more quizzes: