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 |
Explain Bundle.Config in ASP.Net MVC4?
Why to use Html.Partial in ASP.Net MVC?
Is dapper better than entity framework?
What is Value type and reference type in .Net
In which assembly is the mvc framework defined?
What are actions in asp.net mvc?
what is minimum requirement for entity framework applications to run?
mention what are the various methods provided by the dataset object to generate xml?
Difference between int and int32
What are the 2 ways of adding constraints to a route?
What is the difference between model and entity?
what is way of loading data in ef (entity framework)?