Why are threads used?



Why are threads used?..

Answer / Anshul Tripathi

Threads are used to improve concurrency and efficiency in multitasking applications, allowing multiple tasks to run simultaneously without having to switch between separate processes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Linux Threads Interview Questions

Do threads get their own pid?

1 Answers  


Do threads have pids?

1 Answers  


How do I start a runnable thread?

1 Answers  


Why are threads expensive?

1 Answers  


What are threads and processes?

1 Answers  


Why are user level threads faster than kernel level threads?

1 Answers  


How many maximum threads can you create?

1 Answers  


What is pthread in linux?

1 Answers  


What are the differences between user level threads and kernel threads?

1 Answers  


Explain each system calls used for process management in linux.

1 Answers  


Do threads share program counter?

1 Answers  


An extended partition can contain many sub partitions called_______

7 Answers  


Categories