Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 is the purpose of constructor in c#?

0 Answers  


What C# keyword class access modifier specifies that the class is concrete and CANNOT be derived from?

3 Answers  


What is the Difference between read only and constant variables?

14 Answers   SilverKey,


What is the difference between constants and read-only?

0 Answers  


What is the default value of decimal in c#?

0 Answers  


What Is A Multicast Delegate?

0 Answers   Siebel Systems,


how to convert String array to StringBuilder array or vice versa?

3 Answers   Wipro,


Describe an interface class?

0 Answers   Siebel,


If you define a user defined data type by using the struct keyword, is it a value type or reference type?

0 Answers  


Can we return two values from a function?

12 Answers   MD Synergy,


Hello Friends..am Mohammed riyash..final year BCA in Jamal Mohamed College 2009. Trichy. My doubt is while connecting SQL2005 Built in Database withing the Visual Studio 2005 Framework.. I am getting the error.. That " An Error occurred and it may be due to , under the default settings of the Server, the connection cannot be established.." But the code works in MS Access for me.. Both in VB.Net and C#.Net am getting the same error.. Any genius please Message me to 9994558822 or mail me.. riyash.ips@gmail.com

3 Answers  


Consider the following pieces of C# code: a. interface I1 {/*......*/} interface I2 {/*......*/} struct Point : I1,I2 {/* ..... */} b. struct Book{ int bookId; struct Book b; } c. using M=Mystruct; struct MyStruct{ int id; } class MyClass{ static void Main(string[] args){ M m = new M(); } } d. struct Sample{ Sample ref x; } Which of the above are correct? Choose one of the options below. a, c and d are right a only right a and c are right d only wrong None of the listed options

3 Answers  


Categories