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 are Action Methods in ASP.NET MVC?
What is the use of display modes?
What is the use of finalize and dispose eventhough garbage collector is working?
What is the difference between old ADO.NET and Entity framework coding techniques?
Explain dependency resolution?
What are advantages of Dependency Injection (DI) in ASP.Net MVC?
how do you mark a property as required? For example, for a project, the name is a required field.
Is the lack of deterministic destruction in .NET a problem
What is the difference between string and String
What does 'managed' mean in the .NET context
What is entity framework in asp net?
what is csdl?