Answer Posted / 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 |
Post New Answer View All Answers
What is separation of concerns in asp.net mvc?
What is controllercontext?
What is the use of display modes?
Which version of .net framework is installed?
Explain peek method in tempdata in asp.net mvc?
Briefly describe the roles of clr in .net framework?
What is meant by bootstrap in mvc5?
Can you use Razor code in Javascript in ASP.Net MVC?
What is action methods in web api?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
How does the 'page lifecycle' of asp.net mvc works?
What are the levels at which filters can be applied in an asp.net mvc application?
How can I return string result from action in asp.net mvc?
What are Scaffold templates in ASP.Net MVC?
What is the use of view model in asp.net mvc?