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 |
give the feature of .net2.0 over .net1.1
What is the use .Glimpse in ASP.Net MVC
How is method overriding different from method overloading
What is tracing?Where it used.Explain few methods available
What is the difference between ViewData, ViewBag and TempData?
What filters are executed in the end?
What is the .net framework and how does it work?
Can I remove .net framework?
Is mvc 4 supporting windows azure sdk (software development kit) ?
Is entity framework slow?
What are the properties of Thread class?
Explain Bundle.Config in ASP.Net MVC4?