Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Ask a Question
What is Thread in C#?
Home
C Sharp
What is Thread in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
What is Thread in C#?
thread-in-c#
1
Answer
0
votes
answered
Oct 18, 2019
by
rajeshsharma
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
List out the states of a thread in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
thread-in-c#
0
votes
Explain the methods and properties of Thread class in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
thread-class
0
votes
Which of the following is correct about C#?
asked
Jun 16, 2020
in
C Sharp
by
Hodge
#csharp
0
votes
Which of the following is correct about C#?
asked
Jun 16, 2020
in
C Sharp
by
Hodge
#csharp
0
votes
Which keyword is used for including the namespaces in the program in C#?
asked
Jun 16, 2020
in
C Sharp
by
Hodge
#csharp
0
votes
Which statment is correct about variable naming conventions in C#?
asked
Jun 16, 2020
in
C Sharp
by
Hodge
#csharp
0
votes
Which statment is correct about variable naming conventions in C#?
asked
Jun 16, 2020
in
C Sharp
by
Hodge
#csharp
0
votes
Which statment is a reserved keyword in C#?
asked
Jun 16, 2020
in
C Sharp
by
Hodge
#csharp
0
votes
Which statment is a contextual keyword in C#?
asked
Jun 16, 2020
in
C Sharp
by
Hodge
#csharp
0
votes
Reserved keywords can be use as identifiers in C#?
asked
Jun 16, 2020
in
C Sharp
by
Hodge
#csharp
0
votes
Reserved keywords can be as identifiers in C# by prefixing them with @ character?
asked
Jun 16, 2020
in
C Sharp
by
Hodge
#csharp
0
votes
what variable types can be assigned a value directly in C#?
asked
Jun 16, 2020
in
C Sharp
by
Hodge
#csharp
0
votes
What Value type variables in C# are derived from the class System.ValueType?
asked
Jun 16, 2020
in
C Sharp
by
Hodge
#csharp
0
votes
Which statment is correct about value type variables in C#?
asked
Jun 16, 2020
in
C Sharp
by
Hodge
#csharp
0
votes
Which statment is correct about reference type variables in C#?
asked
Jun 16, 2020
in
C Sharp
by
Hodge
#csharp
...