Explain how garbage collection works?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Dot Net General Interview Questions

Explain about .net?

0 Answers  


What is operator overloading in .net?

0 Answers  


What is Method Overriding? How to override a function in C#?

1 Answers  


What is the difference between constants and read-only variables?

0 Answers  


Tell us what is a variable of implicit type and what is its scope?

0 Answers  


Do you know what are three common acronyms used in .net, and what do they stand for?

0 Answers  


Value type & data types difference. Example from .NET.

2 Answers   TCS,


What is Application Domain?

1 Answers  


In Mvc Architecure what is view?

1 Answers   TCS,


How can you see which services are running on a Windows box?

1 Answers  


Explain what rare the types of jit and what is econo-jit?

0 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  


Categories