New Message on dotNET User Group Hyd

need help plz

Reply
  Recommend Message 3 in Discussion
From: sowjir

Hi,
Dispose() is called by the user of an object to indicate that he is finished
with it, enabling that object to release any unmanaged resources it holds.
Finalize() is called by the run-time to allow an object which has not had
Dispose() called on it to do the same.
However, Dispose() operates determinalistically, whereas there is no
guarantee that Finalize() will be called immediately when an object goes out
of scope - or indeed at all, if the program ends before that object is GCed
- and as such Dispose() is generally preferred.
I think ur doubt is clarified.

with best wishes,

sowjanya

_________________________________________________________________
NRIs: Still paying for money transfers? Now send Money2India for FREE!
http://ads.mediaturf.net/event.ng/Type=click&FlightID=20273&AdID=65990&TargetID=11172&Targets=11172&Values=202,414,1093,1264,3122&Redirect=http:%2F%2Fwww.icicinri.net%2Fmoney2india%2F%3Fm2i%3DBAC-MSN%26att%3DMSNTLM2I70CHAR%26rfr%3DMSNTLM2I70CHAR


View other groups in this category.


Also on MSN:
Start Chatting | Listen to Music | House & Home | Try Online Dating | Daily Horoscopes

To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings.

Need help? If you've forgotten your password, please go to Passport Member Services.
For other questions or feedback, go to our Contact Us page.

If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list.
Remove my e-mail address from dotNET User Group Hyd.

Reply via email to