Which of the following are true about threads?
Threads with higher priorities will have less execution time than those having lower priorities.
Threads can be suspended using suspend() method or resumed using resume() method
Threads have their own stack space
When a thread sleeps, no other thread can run while its sleeping.