👤

what is use of thread?​

Sagot :

Answer:

What is thread how it is useful?

Threads are very useful in modern programming whenever a process has multiple tasks to perform independently of the others. This is particularly true when one of the tasks may block, and it is desired to allow the other tasks to proceed without blocking.

Using thread is provides concurrency within a process.

It is more economical to create and context switch threads. Threads allow utilization of multiprocessor architectures to a greater scale and efficiency.

#SMARTBRAINLY

Brainliest