How many types of generations are there in a garbage collector?


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

Post New Answer

More Dot Net General Interview Questions

How does linq work?

0 Answers  


What does stateless mean?

0 Answers   BirlaSoft,


Explain attributes in dot net?

0 Answers  


Do you know what's the difference between .net and laravel?

0 Answers  


How is development of a Windows service different from a Windows Forms application?

1 Answers  






Explain the procedure to add assemly to gac to make it shared one?

0 Answers  


When a Static Constructor called in .NET?

0 Answers  


Explain Creational design pattern in .NET?

0 Answers  


String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12

6 Answers  


What is connection pooling and how do you make your application use it?

0 Answers  


How server form post-back works?

0 Answers  


What is use of ContextUtil class?

1 Answers  


Categories