Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Describe the advantages of writing a managed code application instead of unmanaged one. What's involved in certain piece of code being managed ?

1 Answers  


How do you enforce garbage collection in .NET

1 Answers   Wipro,


Speaking of Boolean data types, what's different between C# and C/C++ ?

1 Answers  


Can source code be reverse-engineered from IL?

2 Answers  


What is the use of finalize and dispose eventhough garbage collector is working?

3 Answers   Kanbay,


What is the use of viewmodel in mvc?

0 Answers  


Explain Sections is ASP.Net MVC?

0 Answers  


Explain unit test done by tester on development team?

0 Answers  


How we can handle the exception at controller level in ASP.Net MVC?

0 Answers  


How does �side by side� work for the .net framework 3.0?

0 Answers  


What is page life cycle?

0 Answers  


What is the .net framework and how does it work?

0 Answers  


Categories