Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are the different states of a Thread?
Home
Dot Net
What are the different states of a Thread?
asked
Jun 25, 2019
in
Dot Net
by
Venkatshastri
(
1.4k
points)
What are the different states of a Thread?
#chash
#basicc#
#basicchash
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 25, 2019
by
Venkatshastri
(
1.4k
points)
Unstarted
– Thread is created.
Running
– Thread starts execution.
WaitSleepJoin
– Thread calls sleep, calls wait on another object and calls join on another thread.
Suspended
– Thread has been suspended.
Aborted
– Thread is dead but not changed to state stopped.
Stopped
– Thread has stopped.
Related questions
+1
vote
Q: What is Thread Pooling?
asked
Jun 25, 2019
in
Dot Net
by
Venkatshastri
(
1.4k
points)
#basicc#
#chash
#dotnet
#basicchash
#c#
+1
vote
Q: Name some properties of Thread Class.
asked
Jun 25, 2019
in
Dot Net
by
Venkatshastri
(
1.4k
points)
#dotnet
#basicc#
#chash
#basicchash
#c#
+1
vote
Q: What are the different types of Delegates?
asked
Jun 25, 2019
in
Dot Net
by
Venkatshastri
(
1.4k
points)
#dotnet
#chash
#basicchash
#basicc#
+1
vote
Q: What are the types of Serialization?
asked
Jun 25, 2019
in
Dot Net
by
Venkatshastri
(
1.4k
points)
#chash
#basicchash
#dotnet
#basicc#
+1
vote
Q: What are Synchronous and Asynchronous operations?
asked
Jun 25, 2019
in
Dot Net
by
Venkatshastri
(
1.4k
points)
#dotnet
#basicc#
#chash
#basicchash
#c#
+1
vote
Q: What is an XSD file?
asked
Jun 25, 2019
in
Dot Net
by
Venkatshastri
(
1.4k
points)
#dotnet
#basicc#
#chash
#basicchash
#c#
#xsd
#xml
+1
vote
Q: What is Reflection in C#?
asked
Jun 25, 2019
in
Dot Net
by
Venkatshastri
(
1.4k
points)
#dotnet
#chash
#c#
#basicchash
#basicc#
+1
vote
Q: What do Multicast Delegates mean?
asked
Jun 25, 2019
in
Dot Net
by
Venkatshastri
(
1.4k
points)
#dotnet
#basicc#
#chash
#basicchash
#c#
+1
vote
Q: What is a Thread? What is Multithreading?
asked
Jun 25, 2019
in
Dot Net
by
Venkatshastri
(
1.4k
points)
#dotnet
#chash
#basicc#
+1
vote
Q: What are the different types of classes in C#?
asked
Jun 25, 2019
in
Dot Net
by
Venkatshastri
(
1.4k
points)
#dotnet
#chash
#basicchash
0
votes
Q: What are the different ways a method can be overloaded?
asked
Jun 25, 2019
in
Dot Net
by
Venkatshastri
(
1.4k
points)
#dotnet
#chash
#basicc#
+1
vote
Q: What are C# attributes and its significance?
asked
Jun 25, 2019
in
Dot Net
by
Venkatshastri
(
1.4k
points)
#dotnet
#chash
#basicchash
#c#
+1
vote
Q: What are generics in C#.NET?
asked
Jun 25, 2019
in
Dot Net
by
Venkatshastri
(
1.4k
points)
#dotnet
#chash
#basicchash
#c#
+1
vote
Q: What are sealed classes in C#?
asked
Jun 25, 2019
in
Dot Net
by
Venkatshastri
(
1.4k
points)
#chash
#dotnet
#basicchash
+2
votes
Q: What is the difference between finally and finalize block
asked
Jun 25, 2019
in
Dot Net
by
Venkatshastri
(
1.4k
points)
#dotnet
#chash
#basicchash
...