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 are differences between entity framework and l2s? : Entity framework
What is the CLR
Why we need a separate mobile project template, while we can render our web application in mobile ?
What's an interface
What is display mode in mvc?
Explain what languages does the .net framework support?
List out few different return types of a controller action method?
what is split entity?
What type of filter does outputcacheattribute class represents?
In which assembly is the mvc framework defined?
What is meant by tempdata in mvc?
What is MVVM design pattern?