What is the state of Garbage Collection after dispose() call
info C# code?

Answers were Sorted based on User's Feedback



What is the state of Garbage Collection after dispose() call info C# code?..

Answer / deepak

After dispose() call,the connection between front end(user
interface) and back end(database server) is broken,because
the dispose() removes the connection object from the memory.

Is This Answer Correct ?    4 Yes 2 No

What is the state of Garbage Collection after dispose() call info C# code?..

Answer / srikanth

Disapose Means simply flushing off the memory after a
perticular task is completed.

After Dispose The Stage of Garbage Collection Just Takes out
of memory it allocated.

If any mistake in my answer please intimate me

----->>>>> srikanthfanz@gmail.com

Is This Answer Correct ?    2 Yes 0 No

What is the state of Garbage Collection after dispose() call info C# code?..

Answer / chinju

if we try to cal any fields it will show error

Is This Answer Correct ?    0 Yes 6 No

What is the state of Garbage Collection after dispose() call info C# code?..

Answer / 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

More C Sharp Interview Questions

What does the This window show in the debugger?

2 Answers  


What is the difference between array and arraylist c#?

0 Answers  


c# code for how to merge two sorted arrays Input : A = 2,5,8,4 B = 3,9,10,5 Output : 2,3,4,5,5,8,9,10

3 Answers  


What is the use of oops in c#?

0 Answers  


Is there any sample c# code for simple threading?

0 Answers  






Explain the importance and use of each, version, culture and publickeytoken for an assembly.

0 Answers  


What is the interface in c#?

0 Answers  


hi all.... i need code snippets for store and retrive tiff fromat images in sqlserver....... kindy provide it.......

0 Answers   Tricom,


Explain the differences between static, void and public in c#?

0 Answers  


What is difference between dictionary and list in c#?

0 Answers  


Why does my windows application pop up a console window every time I run it?

0 Answers  


What is c sharp language?

0 Answers  


Categories