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 tempdata in mvc?
Is mvc 4 supporting windows azure sdk (software development kit) ?
What is ado.net data provider? : Entity framework
mention in what all scenarios entity framework can be applicable?
Explain the methods used to render the views in mvc?
What is the difference between windows vista and .net framework 3.0 ?
How would you make a combo-box appear in one column of a DataGrid?
Which is the default http method for an action method?
How to Create an Intranet Site Using ASP.NET MVC?
Which filter executes first in an asp.net mvc application?
Why we need a separate mobile project template, while we can render our web application in mobile ?
In Server how to check whether model has error or not in ASP.Net MVC