If background completes its processing will it wait for
foreground threads?
Answer Posted / ramsubbu
In .net Threading concept both the background thread and
the foreground thread means the same with minor difference
between the two, in a foreground thread you can control and
make sure that the thread has completed its execution,
whereas we can not control the execution of background
thread, Background threads do not prevent the process from
being terminated.
In general when all the foreground threads are stopped the
CLR stops the process by terminating the background threads.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I install .net framework?
what is ssdl?
why DotNetFramework is included in building a software
What are Model Binders in ASP.Net MVC?
What is the difference between renderaction and renderpartial?
Can you explain renderbody and renderpage in mvc?
What are the sub types of ActionResult?
explain what does .edmx file contains?
When will the .net framework 3.0 be released?
What is NonActionAttribute ?
What is mvc entity framework?
What are Code Blocks in Views?
What is oauth in web api?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
Is mvc 4 supporting windows azure sdk (software development kit) ?