What is Garbage Collection in .Net? Garbage collection process?
Answer Posted / latha
Garbage collection automatically allocates memory.we forgot
to release this object.Its releases.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Explain is the jit an interpreter?
What is iis? Have you used it?
Explain clr, cts and cls?
How do you define the lease of the object in .net?
What is view state in .net?
Will it go to finally block if there is no exception happened?
What is machine.config in .net?
What is a serviced component?
Explain the difference between the while and for loop. Provide a .net syntax for both loops?
What is lazy initialization?
Differences between dll and exe?
What does jit do?
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
What is .net core used for?
How can I find out what the garbage collector is doing?