Answer Posted / mahesh babu ummaneni
GARBAGE COLLECTER IS NOTHING BUT,USING GARBAGE COLLECTOR FREE THE WASTE MEMORY.GARBAGE COLLECTOR IS UNDER THE CLR.IT IS MANAGING THE MEMORY
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain About Virtual functions and their use.
What is data reader in c#?
What is an enumerator c#?
What is generic delegate in c#?
Why do we use static class in c#?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
Can we have 2 main methods in c#?
Can you have an array of arrays?
How to transpose multi-dimensional array?
What is the difference between a class and an object c#?
Why do we use stringbuilder in c#?
Wht executescaler method is used?
Can you inherit multiple abstract classes in c#?
How do you comment in c#?
If a method's return type is void, can you use a return keyword in the method?