what is Thread Priority?

Answers were Sorted based on User's Feedback



what is Thread Priority?..

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

what is Thread Priority?..

Answer / aparna b

•Highest
•AboveNormal
•Normal
•BelowNormal
•Lowest

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

Is .net core replacing .net framework?

0 Answers  


what is explicit loading?

0 Answers   Microsoft,


Is razor a server side?

0 Answers  


what is conceptual model?

0 Answers   Microsoft,


what are generics? Without generics what are the disadvantages in 1.1?

3 Answers   HP, iSoft, nTech Solutions,






What is the difference between ViewData, ViewBag and TempData?

0 Answers   Wipro,


can we call the garbage collector to run explicicitly?

6 Answers   Kanbay, Volvo,


What is side-by-side execution? Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables

1 Answers  


What is entitytype? : Entity framework

0 Answers  


Explain Keep method in Tempdata in ASP.Net MVC?

0 Answers  


What is the use of JIT

1 Answers  


What is viewstart page in mvc?

0 Answers  


Categories