0 votes
in C Sharp by
What is Thread in C#?

1 Answer

0 votes
by
Thread is an execution path of a program. Thread is used to define the different or unique flow of control. If our application involves some time consuming processes then it’s better to use Multithreading., which involves multiple threads.

Related questions

0 votes
asked Aug 17, 2023 in C Sharp by GeorgeBell
0 votes
asked Jun 16, 2020 in C Sharp by Hodge
...