What are the methods in Thread class?
Answers were Sorted based on User's Feedback
Answer / andhrawala1983
Abort()
GetData()
GetInformation()
Interupt()
Join()
Resume()
SetData()
Sleep()
Start()
Suspent()
are the methods of a thread.
| Is This Answer Correct ? | 33 Yes | 9 No |
Answer / srikanth
The following methods are available in Thread Class.They are
1)start()
2)run()
3)sleep()
4)interrupted()
5)yield()
6)suspend()
7)isAlive()
8)setPriority()
9)getPriority()
10)wait()
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / sawfarali
Abort()
GetData()
GetInformation()
Interupt()
Join()
Resume()
SetData()
Sleep()
Start()
Suspent()
| Is This Answer Correct ? | 10 Yes | 4 No |
what is mean by versioning? Please answer me. Advance thanks.
What is Layout in ASP.Net MVC?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
If we want to construct our own Garbage collector what are the steps things we have to do?
3 Answers Honeywell, Semantic Space,
Is .net framework backwards compatible?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
Can we create the web service in windows application?
please tell me the best book of asp.net in the markit. which explain in simple and detail.
explain lazy loading, eager loading, and explicit loading?
What are the main components of .net framework?
Explain ASP.NET MVC Identity and Security?
What is the difference between managed and unmanaged code?