what is Thread Priority?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / aparna b
•Highest
•AboveNormal
•Normal
•BelowNormal
•Lowest
| Is This Answer Correct ? | 1 Yes | 0 No |
What is web api‘s in asp.net mvc 4 ?
How do I install .net framework?
What is inline schema, how does it works
Explain the new features 3.5 framework against with the tool?
What is CLR? How it will work?
Is the following route definition a valid route definition? {controller}{action}/{id}
What does 'managed' mean in the .NET context
What is the difference between model and entity?
Can you set the unlimited length for "maxjsonlength" property in config?
Have you designed any components?
Why is XmlSerializer so slow
Difference between Dispose and Finalize method