what are background threads? give ex?

Answers were Sorted based on User's Feedback



what are background threads? give ex? ..

Answer / petchiappan

All pooled threads are background threads.
Background threads Terminate automatically when the
application's foreground thread(s) end

Is This Answer Correct ?    1 Yes 3 No

what are background threads? give ex? ..

Answer / koushh

Garbage Collector is a background thread.
It run until .Net code is running else idle.

Is This Answer Correct ?    1 Yes 3 No

what are background threads? give ex? ..

Answer / bharani

A background thread is a thread that does not interact with
the user. We can say it is basically a while loop.
ex
while(true)
{
if (condition == fail)
break
}

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More Dot Net Framework Interview Questions

what is csdl?

0 Answers   Microsoft,


What is boxing and unboxing?

4 Answers   Kanbay, TCS,


if u add an import stmt to an application u can do the same by adding reference to the apllication then what is the diff bet these two ?

1 Answers  


Which are the important namespaces used in mvc?

0 Answers  


Give an example for authorization filters in an asp.net mvc application?

0 Answers  






Why to use Html.Partial in ASP.Net MVC?

0 Answers  


how to create session in .net

3 Answers  


What's the difference between Java and .NET garbage collectors ?

1 Answers   BirlaSoft,


explain what does .edmx file contains?

0 Answers   Microsoft,


What is entity graph? : Entity framework

0 Answers  


Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?

0 Answers   B-Ways TecnoSoft,


What is MVVM design pattern?

0 Answers  


Categories