What is the state of Garbage Collection after dispose() call
info C# code?
Answer Posted / sachkalia15
Hi All
My Observation is about this question ->
It calls to GC.SurpressFinilze() on those objects which has
been called by Dispose().
I am not pretty sure about this .
Look forward from you guys very shortly :)
Sachin Kalia
9911635975
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
2. What happened when BO object has been called?
Which of these string definitions will prevent escaping on backslashes in c#?
What is the use of console readline () in c#?
What is dictionary and hashtable in c#?
what is object-oriented programming (oop) language?
What is integer c#?
write a program to find the biggest palindrome in the given string
Explain the difference between boxing and unboxing.
What is default constructor c#?
Write a program in C# for checking a given number is PRIME or not.
What is a variable in c#?
what is main function of alternate teamplate of datalist?
What is datatable in c#?
What is args c#?
if a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?