Garbage collector thread is what kind of a thread?



Garbage collector thread is what kind of a thread?..

Answer / hrindows@gmail.com

It is a daemon thread.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Where does the dispose method lie and how can it be used to clean up resources?

1 Answers   Wipro,


Difference between assembly manifest & metadata

2 Answers  


Is it true that objects don't always get destroyed immediately when the last reference goes away?

0 Answers  


Define satelite assembly?

0 Answers  


How many types of transactions are there in com + .net ?

0 Answers  






what are the Goals of the UIP Application Block?

1 Answers  


Please explain when should you use .net web forms over asp.net mvc?

0 Answers  


differance between checkbox and rediobutton in vb.net?

1 Answers  


DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12

3 Answers  


What's the problem with .net generics?

0 Answers  


What are pdbs?

0 Answers  


How anonymous method is different from a lambda expression?

0 Answers  


Categories