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 |
List the new features added in .net framework 4.0.
What is session state management?
What is the use of display modes?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
What is strong name?
Explain the methods used to render the views in mvc?
What is viewstart page in mvc?
what is msl?
how do you mark a property as required? For example, for a project, the name is a required field.
What is storage model? : Entity framework
What happens when you encounter a continue statement inside the for loop ?
what is use of entity container?