Answer Posted / saikiran
Based on priority only, threads will execute accordingly.
Suppose If you might have created 3 threads say t1,t2,t3 in
which t2 is most important for us and we give high priority
to t2 and rest for low.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is ViewStart Page in ASP.Net MVC?
What is the 'page life cycle' of an ASP.NET MVC?
What is partialview in asp.net mvc?
What is route config?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
how do you mark a property as required? For example, for a project, the name is a required field.
What is .net architecture?
Can we add constraints to the route? If yes, explain how we can do it?
What is stateless model?
Explain what is routing?
Where is tempdata stored?
Explain the use of Inversion of control (IOC)?
Describe the gac in the .net framework.
List the new features added in .net framework 4.0.
What is oauth in web api?