Computer Science, asked by ahamdzaid74, 1 month ago

explain the term thread

Answers

Answered by zobiyasayyed
2

Explanation:

A thread is a single sequential flow of control within a program. The real excitement surrounding threads is not about a single sequential thread. Rather, it's about the use of multiple threads running at the same time and performing different tasks in a single program.

Answered by innocentmunda07
2

Answer:

A thread is a single sequential flow of control within a program. The real excitement surrounding threads is not about a single sequential thread. Rather, it's about the use of multiple threads running at the same time and performing different tasks in a single program.

Similar questions