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

Hello guyz, I have interview scheduled next week on .Net Framework 1.1? Can any one please provide a) list of interview questions on .net frame work 1.1? b)basic differences between .net framework 1.1 and 2.0 and 3.5 c)the topics that i need to concentrate while preparing Thanks in advance

0 Answers   Logica CMG, TCS,


How to add 'ASPNET.mdf' file into server explorer in visual studio 2005?

2 Answers  


What is the use of viewmodel in mvc?

0 Answers  


Difference between ASP.NET MVC and ASP.NET WebForms?

0 Answers  


What is the use of the default route {resource}.axd/{*pathinfo} ?

0 Answers  






What is a model in android?

0 Answers  


How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?

0 Answers  


What is the greatest advantage of using asp.net mvc over asp.net webforms?

0 Answers  


The order of the filters that get executed, if the multiple filters are implemented?

0 Answers  


What is the use of razor view engine?

0 Answers  


Is .net core replacing .net framework?

0 Answers  


reading doc file in textbox using .net2005 with c#

3 Answers  


Categories