Dispose()and close() method

Difference between dispose()and close() method

Questions by ajit008

Showing Answers 1 - 3 of 3 Answers

mohammad imran

  • Jun 28th, 2012
 

The basic difference b/w close() & dispose() method is ,
when a close() method is called , any manage resource can be close temporarily and can e opened once again. It means that, with the same object , the resource can be reopened and used it again ... where as
dispose() method permanently removed any resource from memory and the resource no longer exists for any further processing.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions