How do you remove the objects which are not in
use?Explicitly or implicitly?What is the exact mechanism
going behind?
Answer Posted / raghu sathish
Garbage collectors removes
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What's the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What is a int in c#?
Can hashtable have duplicate keys in c#?
Tell me the difference between value passing and address passing?
what is the equivalent to regsvr32 and regsvr32 /u a file in .net development?
What are boxing and unboxing?
Can you see a loop recorder?
What is the difference between CreateObject() and GetObject()?
List down the reason behind the usage of c# language.
What do you mean by for each loop?
What is the use of jit ? Jit (just - in - time) is a compiler which converts msil code to
What is Satellite Assemblies ?
What are access modifiers in c#?
What is a factory in c#?
how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.